Skip to content

Commit

Permalink
chore: Pretty pretty!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 18, 2024
1 parent f861909 commit c42cfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/machine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,11 @@ describe(OlmMachine.name, () => {

await m.markRequestAsSent(requests[0].id, RequestType.ToDevice, "{}");

const requestsAfterMarkedAsSent = await m.shareRoomKey(room, [other_user_id.clone()], new EncryptionSettings());
const requestsAfterMarkedAsSent = await m.shareRoomKey(
room,
[other_user_id.clone()],
new EncryptionSettings(),
);
expect(requestsAfterMarkedAsSent).toHaveLength(0);
});

Expand Down

0 comments on commit c42cfac

Please sign in to comment.