fix another test
Release `crypto-js` / Publish 🕸 [m]-crypto-js (push) Failing after 30s

This commit is contained in:
Richard van der Hoff
2023-07-11 17:19:58 +01:00
parent 0bd1e65b49
commit f1def2a458
@@ -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();