Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Nov 21, 2024
1 parent 82e2e84 commit 63b45a8
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.UNORDERED,
Ordering: channeltypes.ORDERED,
}

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

0 comments on commit 63b45a8

Please sign in to comment.