Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
shotasilagadzetaal committed Aug 15, 2024
1 parent 310aa12 commit 312ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metamorph/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ func TestStartCheckingTransactionsInNetwork(t *testing.T) {

require.Equal(t, 0, processor.GetProcessorMapSize())

processor.RequestTransaction(testdata.TX2Hash)
processor.DeferRequestTransaction(testdata.TX2Hash)

time.Sleep(1 * time.Second)
require.Equal(t, 0, len(pm.RequestTransactionCalls()))
Expand Down

0 comments on commit 312ae08

Please sign in to comment.