From 8b937c91f473b7b030df0604944b919de3a48424 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 13 Jun 2025 15:57:54 +0200 Subject: [PATCH] [project-history] fix unit tests after merging multiple PRs (#26442) GitOrigin-RevId: 9ccbadaa807da2f20010930477724e9370bf103e --- .../test/unit/js/UpdatesManager/UpdatesProcessorTests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/project-history/test/unit/js/UpdatesManager/UpdatesProcessorTests.js b/services/project-history/test/unit/js/UpdatesManager/UpdatesProcessorTests.js index 9715310f72..fcc0918e11 100644 --- a/services/project-history/test/unit/js/UpdatesManager/UpdatesProcessorTests.js +++ b/services/project-history/test/unit/js/UpdatesManager/UpdatesProcessorTests.js @@ -428,7 +428,8 @@ describe('UpdatesProcessor', function () { }) it('should not compress updates', function () { - this.UpdateCompressor.compressRawUpdates.should.not.have.been.called + this.UpdateCompressor.compressRawUpdatesWithMetricsCb.should.not.have + .been.called }) it('should not create any blobs for the updates', function () {