Skip to content

Commit

Permalink
Use genesischainame when validating
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Apr 6, 2024
1 parent 8434b70 commit 8a02d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testsuite/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (tc TestConfig) validateGenesisDebugConfig() error {
}

// Verify that the provided chain exists in our config
_, err := tc.GetChainIndex(cfg.ChainName)
_, err := tc.GetChainIndex(tc.GetGenesisChainName())

return err
}
Expand Down

0 comments on commit 8a02d35

Please sign in to comment.