Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Feb 24, 2025
1 parent 2e9ce38 commit 949c3b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/solana/txm/txm_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ func TestTxm(t *testing.T) {
}).Return(&rpc.SimulateTransactionResult{
Err: tempErr,
}, nil).Once()
mc.On("GetTransaction", mock.Anything, mock.Anything).Return(&rpc.GetTransactionResult{
Meta: &rpc.TransactionMeta{
LogMessages: []string{"tx error log"},
},
}, nil).Once()
// all signature statuses are nil, handled automatically

// tx should be able to queue
Expand Down

0 comments on commit 949c3b5

Please sign in to comment.