Skip to content

Commit 0478d64

Browse files
committed
lint
1 parent 1acbe81 commit 0478d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/auth/components/verify/verify.component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ describe('VerifyComponent', () => {
101101
it('should require only phone verification if only phone unverified', async () => {
102102
const unverifiedPhoneData = require('@root/test/responses/auth.verify.unverifiedPhone.success.json');
103103
await init(unverifiedPhoneData, { sendSms: true });
104+
104105
expect(component.verifyingPhone).toBeTruthy();
105106
expect(component.needsPhone).toBeTruthy();
106107
expect(component.needsEmail).toBeFalsy();

0 commit comments

Comments
 (0)