From 52792ec89bc562b77e2e44d2464b7e286bc83e80 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 16 May 2023 12:52:58 +0100 Subject: [PATCH] Fix CI failure on develop due to force merged PR and prettier failure (#3369) --- spec/unit/sync-accumulator.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/sync-accumulator.spec.ts b/spec/unit/sync-accumulator.spec.ts index 6932176bb..e257aa960 100644 --- a/spec/unit/sync-accumulator.spec.ts +++ b/spec/unit/sync-accumulator.spec.ts @@ -546,7 +546,7 @@ describe("SyncAccumulator", function () { }); it("should correctly update summary properties to zero", function () { - // When we receive updates of a summary property, the last of which is 0 + // When we receive updates of a summary property, the last of which is 0 sa.accumulate( createSyncResponseWithSummary({ "m.heroes": ["@alice:bar"],