Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
MadLittleMods committed Jul 13, 2022
commit cdef5cba482ea5d88a270737d2adfcf68df11f1e
2 changes: 1 addition & 1 deletion spec/unit/relations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("Relations", function() {
client = (new TestClient(
"@alice:example.com", "alicedevice",
)).client;
})
});

it("should deduplicate annotations", function() {
const room = new Room("room123", client, null);
Expand Down