Skip to content

Commit

Permalink
feat(e2e): basic test passing, no contract yet
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 20, 2023
1 parent 8968466 commit 1d691e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/interchaintest/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func TestIcaControllerContract(t *testing.T) {
ChainID: "wasmd-1",
Images: []ibc.DockerImage{
{
Repository: "ghcr.io/srdtrk/wasmd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "jsonica", // FOR LOCAL IMAGE USE: Docker Image Tag
Repository: "cosmwasm/wasmd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "v0.40.2", // FOR LOCAL IMAGE USE: Docker Image Tag
},
},
Bin: "wasmd",
Expand All @@ -58,8 +58,8 @@ func TestIcaControllerContract(t *testing.T) {
ChainID: "wasmd-2",
Images: []ibc.DockerImage{
{
Repository: "ghcr.io/srdtrk/wasmd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "jsonica", // FOR LOCAL IMAGE USE: Docker Image Tag
Repository: "cosmwasm/wasmd", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "v0.40.2", // FOR LOCAL IMAGE USE: Docker Image Tag
},
},
Bin: "wasmd",
Expand Down

0 comments on commit 1d691e2

Please sign in to comment.