Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6b2699b

Browse files
author
Kerry Archibald
committed
tidy
1 parent 73a3df4 commit 6b2699b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/components/views/settings/tabs/user/SessionManagerTab-test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ describe('<SessionManagerTab />', () => {
100100
await flushPromisesWithFakeTimers();
101101
});
102102
expect(container.getElementsByClassName('mx_Spinner').length).toBeFalsy();
103-
104-
// TODO when UI is done, check for error UI
105103
});
106104

107105
it('does not fail when checking device verification fails', async () => {
@@ -119,7 +117,6 @@ describe('<SessionManagerTab />', () => {
119117
expect(mockClient.getStoredDevice).toHaveBeenCalledWith(aliceId, alicesDevice.device_id);
120118
expect(mockClient.getStoredDevice).toHaveBeenCalledWith(aliceId, alicesMobileDevice.device_id);
121119
expect(logSpy).toHaveBeenCalledWith('Error getting device cross-signing info', noCryptoError);
122-
// TODO when UI is done, check for error UI
123120
});
124121

125122
it('sets device verification status correctly', async () => {

0 commit comments

Comments
 (0)