Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 14, 2024
1 parent 8b88e3f commit 59276cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/evm_deposit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ func TestMsgServer_HandleEVMDeposit(t *testing.T) {
ctx,
cctx,
)
require.ErrorIs(t, err, types.ErrUnableToParseAddress)
require.ErrorIs(t, err, types.ErrInvalidReceiverAddress)
})

t.Run("should deposit into address if address is parsed", func(t *testing.T) {
Expand Down

0 comments on commit 59276cb

Please sign in to comment.