mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
Fix one more JS test
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user