1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00
This commit is contained in:
Kegan Dougal
2022-11-25 13:24:12 +00:00
parent 815370c5f9
commit 74147b9943

View File

@@ -961,7 +961,7 @@ describe("SlidingSyncSdk", () => {
{ {
type: EventType.RoomMember, type: EventType.RoomMember,
state_key: alice, state_key: alice,
content: {membership: "join"}, content: { membership: "join" },
sender: alice, sender: alice,
origin_server_ts: Date.now(), origin_server_ts: Date.now(),
event_id: "$alice", event_id: "$alice",
@@ -982,7 +982,7 @@ describe("SlidingSyncSdk", () => {
"m.read": { "m.read": {
[alice]: { [alice]: {
ts: 1234567, ts: 1234567,
} },
}, },
}, },
}, },
@@ -1009,7 +1009,7 @@ describe("SlidingSyncSdk", () => {
"m.read": { "m.read": {
[alice]: { [alice]: {
ts: 1234567, ts: 1234567,
} },
}, },
}, },
}, },