diff --git a/tests/machine.test.js b/tests/machine.test.js index a7203f2eb..aed29e857 100644 --- a/tests/machine.test.js +++ b/tests/machine.test.js @@ -1207,7 +1207,7 @@ describe(OlmMachine.name, () => { * an existing device (and cross-signing identity), is already associated with the account. * * It will create a new login and process a hypothetical response that includes the existing identity and devices. - * + * * @param {UserId} userId - the user id of the account * @param {DeviceId} deviceId - the id of the new device * @param {*} hypotheticalResponse - the response to the key query request generated by `getKeyQueryResponseWithExistingDevice`