Skip to content

Commit

Permalink
fix usage of function
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jun 25, 2024
1 parent c3ccbfc commit 5345776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/wasm/grandpa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (s *GrandpaTestSuite) SetupTest() {

channelOpts := ibc.DefaultChannelOpts()
channelOpts.Version = transfertypes.V1
s.SetupPath(ibc.DefaultClientOpts(), channelOpts)
s.SetupPaths(ibc.DefaultClientOpts(), channelOpts)
}

// TestMsgTransfer_Succeeds_GrandpaContract features
Expand Down

0 comments on commit 5345776

Please sign in to comment.