Skip to content

Commit

Permalink
Fix CI failure on develop due to force merged PR and prettier failure (
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 16, 2023
1 parent 6dc4a62 commit 52792ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/sync-accumulator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 52792ec

Please sign in to comment.