Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Stryuk committed Dec 17, 2024
1 parent d2f7b50 commit 3d3db5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ODatabaseConfigTest {
val connConfig = ODatabaseConnectionConfig
.builder()
.withUserName("testUrl")
.withDatabaseRoot("testPassword")
.withPassword("testPassword")
.withDatabaseRoot("aa")
.build()

Expand All @@ -47,7 +47,7 @@ class ODatabaseConfigTest {

val connConfig = ODatabaseConnectionConfig.builder()
.withUserName("testUrl")
.withDatabaseRoot("testPassword")
.withPassword("testPassword")
.withDatabaseRoot("aa")
.build()

Expand Down

0 comments on commit 3d3db5c

Please sign in to comment.