Skip to content

Commit f1def2a

Browse files
committed
fix another test
1 parent 0bd1e65 commit f1def2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-crypto-js/tests/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function addMachineToMachine(machineToAdd, machine) {
2020
await machineToAdd.receiveSyncChanges(toDeviceEvents, changedDevices, oneTimeKeyCounts, unusedFallbackKeys),
2121
);
2222

23-
expect(receiveSyncChanges).toEqual([[], []]);
23+
expect(receiveSyncChanges).toEqual([]);
2424

2525
const outgoingRequests = await machineToAdd.outgoingRequests();
2626

0 commit comments

Comments
 (0)