We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e1f5 commit 4b531f7Copy full SHA for 4b531f7
1 file changed
node/full_node_integration_test.go
@@ -97,7 +97,7 @@ func TestTxGossipingAndAggregation(t *testing.T) {
97
aggApp.AssertExpectations(t)
98
99
for i, app := range apps {
100
- app.AssertNumberOfCalls(t, "FinalizeBlock", 2)
+ app.AssertNumberOfCalls(t, "FinalizeBlock", 1)
101
app.AssertExpectations(t)
102
103
// assert that we have most of the blocks from aggregator
0 commit comments