Skip to content

Commit 4b531f7

Browse files
Ganesha UpadhyayaGanesha Upadhyaya
authored andcommitted
fix broken test
1 parent e66e1f5 commit 4b531f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/full_node_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func TestTxGossipingAndAggregation(t *testing.T) {
9797
aggApp.AssertExpectations(t)
9898

9999
for i, app := range apps {
100-
app.AssertNumberOfCalls(t, "FinalizeBlock", 2)
100+
app.AssertNumberOfCalls(t, "FinalizeBlock", 1)
101101
app.AssertExpectations(t)
102102

103103
// assert that we have most of the blocks from aggregator

0 commit comments

Comments
 (0)