Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Apr 6, 2024
1 parent 934e2f0 commit fe24e23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions e2e/testsuite/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ const (
defaultGenesisExportPath = "diagnostics/genesis.json"
)

var (
// defaultChainNames contains the default name for chainA and chainB.
defaultChainNames = []string{"simapp-a", "simapp-b"}
)
// defaultChainNames contains the default name for chainA and chainB.
var defaultChainNames = []string{"simapp-a", "simapp-b"}

func getChainImage(binary string) string {
if binary == "" {
Expand Down

0 comments on commit fe24e23

Please sign in to comment.