Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesha Upadhyaya authored and Ganesha Upadhyaya committed Nov 30, 2023
1 parent e66e1f5 commit 4b531f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/full_node_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestTxGossipingAndAggregation(t *testing.T) {
aggApp.AssertExpectations(t)

for i, app := range apps {
app.AssertNumberOfCalls(t, "FinalizeBlock", 2)
app.AssertNumberOfCalls(t, "FinalizeBlock", 1)
app.AssertExpectations(t)

// assert that we have most of the blocks from aggregator
Expand Down

0 comments on commit 4b531f7

Please sign in to comment.