Skip to content

Commit

Permalink
merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Nov 27, 2023
1 parent 6dba98c commit fa1feb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added e2e/tests/data/ics10_grandpa_cw.wasm.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions e2e/tests/wasm/grandpa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@ func (s *GrandpaTestSuite) TestMsgTransfer_Succeeds_GrandpaContract() {
s.Require().Equal(expected, actualBalance.Int64())

// start relayer
<<<<<<< Updated upstream
s.Require().NoError(r.StartRelayer(ctx, s.GetRelayerExecReporter(), s.GetPathName(0)))
=======
s.Require().NoError(relayer.StartRelayer(ctx, s.GetRelayerExecReporter(), s.GetPathName(0)))
>>>>>>> Stashed changes
err = testutil.WaitForBlocks(ctx, 15, polkadotChain, cosmosChain)
s.Require().NoError(err)

Expand Down

0 comments on commit fa1feb4

Please sign in to comment.