Skip to content

Commit

Permalink
chore: git fix TestConfig and set new default values
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Aug 23, 2022
1 parent 0e5eb2b commit b78ffe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestConfig(t *testing.T) {
FinalityGadgetLvl: log.Info,
},
Init: InitConfig{
Genesis: "./chain/dev/genesis-spec.json",
Genesis: "./chain/dev/genesis.json",
},
Account: AccountConfig{
Key: "alice",
Expand Down Expand Up @@ -106,7 +106,7 @@ func TestConfig(t *testing.T) {
FinalityGadgetLvl: log.Info,
},
Init: InitConfig{
Genesis: "./chain/gssmr/genesis-spec.json",
Genesis: "./chain/gssmr/genesis.json",
},
Account: AccountConfig{},
Core: CoreConfig{
Expand Down

0 comments on commit b78ffe9

Please sign in to comment.