Skip to content

Commit

Permalink
Fixed a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Nov 28, 2024
1 parent c1816dc commit 2941309
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class WavesSettingsSpecification extends FlatSpec {

settings.directory should be("/xxx")
settings.dbSettings.directory should be("/xxx/data")
settings.ntpServer should be("example.com")
settings.ntpServer should be(Some("example.com"))
settings.networkSettings.file should be(Some(new File("/xxx/peers.dat")))
settings.walletSettings.file should be(Some(new File("/xxx/wallet/wallet.dat")))
}
Expand Down

0 comments on commit 2941309

Please sign in to comment.