Skip to content

Commit

Permalink
fix: unordered ica test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jan 9, 2025
1 parent a68458a commit 1356831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchaintxs/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestRegisterInterchainAccount(t *testing.T) {
Owner: icaOwner.String(),
ConnectionId: msgRegAcc.ConnectionId,
Version: "",
Ordering: channeltypes.ORDERED,
Ordering: channeltypes.UNORDERED,
}

wmKeeper.EXPECT().HasContractInfo(ctx, contractAddress).Return(true)
Expand Down

0 comments on commit 1356831

Please sign in to comment.