Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Feb 17, 2025
1 parent d03308d commit 0ed0f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cron/aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestAggregator(t *testing.T) {
t.Fatalf("Not aggreated to a single network event")
}

if ne[0].Count != 0 {
if ne[0].Count != 2 {
t.Fatalf("Not aggreated properly")
}

Expand Down

0 comments on commit 0ed0f5c

Please sign in to comment.