diff --git a/bindings/matrix-sdk-crypto-js/tests/helper.js b/bindings/matrix-sdk-crypto-js/tests/helper.js index eaf58d5b8..5aa3e1442 100644 --- a/bindings/matrix-sdk-crypto-js/tests/helper.js +++ b/bindings/matrix-sdk-crypto-js/tests/helper.js @@ -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();