Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Jan 31, 2025
1 parent 7e72097 commit 0589fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/capabilities/ccip/ccipsolana/executecodec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ func Test_DecodingExecuteReport(t *testing.T) {
var buf bytes.Buffer
encoder := agbinary.NewBorshEncoder(&buf)
err = executeReport.Message.ExtraArgs.MarshalWithEncoder(encoder)
require.NoError(t, err)
require.Equal(t, originMsg.ExtraArgs, cciptypes.Bytes(buf.Bytes()))

originTokenAmount := originMsg.TokenAmounts[0]
Expand Down

0 comments on commit 0589fb8

Please sign in to comment.