Skip to content

Commit

Permalink
style(e2e): ran gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 20, 2023
1 parent 2e56eff commit 5ed80f8
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions e2e/interchaintest/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestIcaControllerContract(t *testing.T) {
Images: []ibc.DockerImage{
{
Repository: "cosmwasm/wasmd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "v0.40.2", // FOR LOCAL IMAGE USE: Docker Image Tag
Version: "v0.40.2", // FOR LOCAL IMAGE USE: Docker Image Tag
},
},
Bin: "wasmd",
Expand All @@ -51,25 +51,26 @@ func TestIcaControllerContract(t *testing.T) {
},
},
// -- IBC-GO --
{ChainConfig: ibc.ChainConfig{
Type: "cosmos",
Name: "ibc-go-simd",
ChainID: "simd-1",
Images: []ibc.DockerImage{
{
ChainConfig: ibc.ChainConfig{
Type: "cosmos",
Name: "ibc-go-simd",
ChainID: "simd-1",
Images: []ibc.DockerImage{
{
Repository: "ghcr.io/cosmos/ibc-go-simd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "pr-3796", // FOR LOCAL IMAGE USE: Docker Image Tag
Repository: "ghcr.io/cosmos/ibc-go-simd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "pr-3796", // FOR LOCAL IMAGE USE: Docker Image Tag
},
},
Bin: "simd",
Bech32Prefix: "cosmos",
Denom: "gos",
GasPrices: "0.00gos",
GasAdjustment: 1.3,
TrustingPeriod: "508h",
NoHostMount: false,
UsingNewGenesisCommand: true,
},
Bin: "simd",
Bech32Prefix: "cosmos",
Denom: "gos",
GasPrices: "0.00gos",
GasAdjustment: 1.3,
TrustingPeriod: "508h",
NoHostMount: false,
UsingNewGenesisCommand: true,
},
},
})

Expand Down

0 comments on commit 5ed80f8

Please sign in to comment.