Explorar o código

[project-history] fix unit tests after merging multiple PRs (#26442)

GitOrigin-RevId: 9ccbadaa807da2f20010930477724e9370bf103e
Jakob Ackermann hai 1 ano
pai
achega
8b937c91f4

+ 2 - 1
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 () {