From ff0cd7c592d987486d0850994ccb11ce0b1973ca Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 7 Jul 2023 15:55:29 +0100 Subject: [PATCH] Fix one more JS test --- bindings/matrix-sdk-crypto-js/tests/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();