Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Dec 6, 2023
1 parent a30c49e commit 89150b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/machine.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ describe(OlmMachine.name, () => {

let bootstrapRequest = await initialMachine.bootstrapCrossSigning(true);

const xsigning = JSON.parse(bootstrapRequest.uploadSigningKeysRequest.body);
const crossSigning = JSON.parse(bootstrapRequest.uploadSigningKeysRequest.body);
const newSignature = JSON.parse(bootstrapRequest.uploadSignaturesRequest.body);

const allSignatures = {
Expand All @@ -1199,7 +1199,7 @@ describe(OlmMachine.name, () => {
[deviceId]: deviceKeys,
},
},
...xsigning,
...crossSigning,
};
}

Expand Down

0 comments on commit 89150b3

Please sign in to comment.