Skip to content

Commit c2ac085

Browse files
committed
fix relayerset test
1 parent d45c7c6 commit c2ac085

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/loop/internal/relayerset/relayerset_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,14 +693,10 @@ func Test_RelayerSet_SolanaService(t *testing.T) {
693693
{
694694
name: "GetBlock",
695695
run: func(t *testing.T, sol types.SolanaService, mockSol *mocks2.SolanaService) {
696-
rew := true
697696
req := soltypes.GetBlockRequest{
698697
Slot: 42,
699698
Opts: &soltypes.GetBlockOpts{
700-
Encoding: soltypes.EncodingJSON,
701-
TransactionDetails: soltypes.TransactionDetailsNone,
702-
Rewards: &rew,
703-
Commitment: soltypes.CommitmentConfirmed,
699+
Commitment: soltypes.CommitmentConfirmed,
704700
},
705701
}
706702
expHash := soltypes.Hash{1, 2, 3}

0 commit comments

Comments
 (0)