Skip to content

Commit

Permalink
internal/cli: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Oct 18, 2023
1 parent f1eb280 commit 3db0017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/server/config_legacy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func TestConfigLegacy(t *testing.T) {

testConfig.Identity = ""
testConfig.DataDir = "./data"
testConfig.KeyStoreDir = "./keystore"
testConfig.Verbosity = 3
testConfig.RPCBatchLimit = 0
testConfig.Snapshot = true
Expand Down

0 comments on commit 3db0017

Please sign in to comment.