Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jul 11, 2023
1 parent 0bd1e65 commit f1def2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/matrix-sdk-crypto-js/tests/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function addMachineToMachine(machineToAdd, machine) {
await machineToAdd.receiveSyncChanges(toDeviceEvents, changedDevices, oneTimeKeyCounts, unusedFallbackKeys),
);

expect(receiveSyncChanges).toEqual([[], []]);
expect(receiveSyncChanges).toEqual([]);

const outgoingRequests = await machineToAdd.outgoingRequests();

Expand Down

0 comments on commit f1def2a

Please sign in to comment.