Skip to content

Commit

Permalink
cut long line to appease lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Apr 13, 2020
1 parent 5d606bb commit d2f24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/crypto/secrets.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe("Secrets", function() {
expect(await alice.getSecret("m.megolm_backup.v1"))
.toEqual(olmlib.encodeBase64(backupKey));
});
it("converts asymmetric SSSS with passthrough to symmetric SSSS", async function() {
it("converts asymmetric SSSS with passthrough", async function() {
let crossSigningKeys = {};
const secretStorageKeys = {
"old_key_id": SSSSKey,
Expand Down

0 comments on commit d2f24c3

Please sign in to comment.