Skip to content

Commit 5c974e3

Browse files
committed
prettier
1 parent 0478d64 commit 5c974e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +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-
104+
105105
expect(component.verifyingPhone).toBeTruthy();
106106
expect(component.needsPhone).toBeTruthy();
107107
expect(component.needsEmail).toBeFalsy();

0 commit comments

Comments
 (0)