Skip to content

Commit 2969820

Browse files
committed
LINT
1 parent 0579c9f commit 2969820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/components/views/dialogs/AccessSecretStorageDialog-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ describe("AccessSecretStorageDialog", function() {
7777
expect(recoveryKeyValid).toBe(false);
7878
expect(recoveryKeyCorrect).toBe(false);
7979
const notification = testInstance.root.findByProps({
80-
className: "mx_AccessSecretStorageDialog_recoveryKeyFeedback mx_AccessSecretStorageDialog_recoveryKeyFeedback_invalid",
80+
className: "mx_AccessSecretStorageDialog_recoveryKeyFeedback " +
81+
"mx_AccessSecretStorageDialog_recoveryKeyFeedback_invalid",
8182
});
8283
expect(notification.props.children).toEqual("Invalid Recovery Key");
8384
done();

0 commit comments

Comments
 (0)