From 5d7a937d619ffc9aed68f67888967ab1a371aabc Mon Sep 17 00:00:00 2001 From: Jordan Schalm Date: Wed, 29 Nov 2023 13:15:01 -0500 Subject: [PATCH] update expected event size --- engine/execution/computation/computer/computer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/execution/computation/computer/computer_test.go b/engine/execution/computation/computer/computer_test.go index 4e99a124a5a..f801b090b86 100644 --- a/engine/execution/computation/computer/computer_test.go +++ b/engine/execution/computation/computer/computer_test.go @@ -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