Skip to content

Commit

Permalink
fix TestTxHandlerRestartWithBacklogAndTxPool
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Aug 18, 2023
1 parent 61f993d commit 89850c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/txHandler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ func TestTxHandlerRestartWithBacklogAndTxPool(t *testing.T) { //nolint:parallelt
data = append(data, protocol.Encode(&stxn)...)
}
encodedSignedTransactionGroups =
append(encodedSignedTransactionGroups, network.IncomingMessage{Data: data})
append(encodedSignedTransactionGroups, network.IncomingMessage{Data: data, Sender: mockSender{}})
}

// start the handler
Expand Down

0 comments on commit 89850c8

Please sign in to comment.