Skip to content

Commit 6dda01b

Browse files
committed
formatting fix.
1 parent d6de38f commit 6dda01b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/auth/src/mfa/assertions/totp.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ import { expect, use } from 'chai';
1919
import chaiAsPromised from 'chai-as-promised';
2020

2121
import { mockEndpoint } from '../../../test/helpers/api/helper';
22-
import {
23-
testAuth,
24-
TestAuth,
25-
testUser
26-
} from '../../../test/helpers/mock_auth';
22+
import { testAuth, TestAuth, testUser } from '../../../test/helpers/mock_auth';
2723
import * as mockFetch from '../../../test/helpers/mock_fetch';
2824
import { Endpoint } from '../../api';
2925
import { MultiFactorSessionImpl } from '../../mfa/mfa_session';

0 commit comments

Comments
 (0)