Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Dec 16, 2024
1 parent d031a74 commit 13aeb00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zetaclient/chains/solana/observer/inbound_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func Test_BuildInboundVoteMsgFromEvent(t *testing.T) {

msg := ob.BuildInboundVoteMsgFromEvent(event)
require.NotNil(t, msg)
require.Equal(t, sender, msg.Sender)
require.Equal(t, receiver.Hex(), msg.Receiver)
})
t.Run("should return nil msg if sender is restricted", func(t *testing.T) {
Expand Down

0 comments on commit 13aeb00

Please sign in to comment.