Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Nov 8, 2024
1 parent 22e0c43 commit f852509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/solana/observer/outbound_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func Test_ParseGatewayInstruction(t *testing.T) {
// load and unmarshal archived transaction
txResult := testutils.LoadSolanaOutboundTxResult(t, TestDataDir, chain.ChainId, txHash)

inst, err := observer.ParseGatewayInstruction(txResult, gatewayID, coin.CoinType_ERC20)
inst, err := observer.ParseGatewayInstruction(txResult, gatewayID, coin.CoinType_Zeta)
require.ErrorContains(t, err, "unsupported outbound coin type")
require.Nil(t, inst)
})
Expand Down

0 comments on commit f852509

Please sign in to comment.