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 0c3fe4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion dot/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestNewTestConfig(t *testing.T) {
BlockProducerLvl: 3,
FinalityGadgetLvl: 3,
},
Init: InitConfig{Genesis: "./chain/gssmr/genesis-spec.json"},
Init: InitConfig{Genesis: "./chain/gssmr/genesis.json"},
Core: CoreConfig{
Roles: 4,
BabeAuthority: true,
Expand Down

0 comments on commit 0c3fe4d

Please sign in to comment.