Skip to content

Commit 1356831

Browse files
committed
fix: unordered ica test
1 parent a68458a commit 1356831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/interchaintxs/keeper/msg_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestRegisterInterchainAccount(t *testing.T) {
122122
Owner: icaOwner.String(),
123123
ConnectionId: msgRegAcc.ConnectionId,
124124
Version: "",
125-
Ordering: channeltypes.ORDERED,
125+
Ordering: channeltypes.UNORDERED,
126126
}
127127

128128
wmKeeper.EXPECT().HasContractInfo(ctx, contractAddress).Return(true)

0 commit comments

Comments
 (0)