Skip to content

Commit

Permalink
update expected event size
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Nov 29, 2023
1 parent 297a656 commit 5d7a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/execution/computation/computer/computer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ func Test_ExecutingSystemCollection(t *testing.T) {
noopCollector := metrics.NewNoopCollector()

expectedNumberOfEvents := 3
expectedEventSize := 1421
expectedEventSize := 1465
// bootstrapping does not cache programs
expectedCachedPrograms := 0

Expand Down

0 comments on commit 5d7a937

Please sign in to comment.