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

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Aug 9, 2022
1 parent 73a3df4 commit 6b2699b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ describe('<SessionManagerTab />', () => {
await flushPromisesWithFakeTimers();
});
expect(container.getElementsByClassName('mx_Spinner').length).toBeFalsy();

// TODO when UI is done, check for error UI
});

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

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

0 comments on commit 6b2699b

Please sign in to comment.