Skip to content

Commit

Permalink
change test message
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Sep 14, 2023
1 parent 761a1d0 commit 7ca282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/keeper_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func TestKeeper_PayGasInZetaAndUpdateCctx(t *testing.T) {
require.True(t, cctx.ZetaFees.Equal(expectedFeeInZeta), "expected %s, got %s", expectedFeeInZeta.String(), cctx.ZetaFees.String())
})

t.Run("can pay gas in zeta with coin type other than zeta", func(t *testing.T) {
t.Run("should fail if pay gas in zeta with coin type other than zeta", func(t *testing.T) {
k, ctx, _, _ := testkeeper.CrosschainKeeper(t)
chainID := getValidEthChainID(t)
cctx := types.CrossChainTx{
Expand Down

0 comments on commit 7ca282b

Please sign in to comment.