File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/auth-compat/test/integration/flows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ describe('Integration test: phone auth', () => {
114
114
verifier ,
115
115
false
116
116
) ) as ConfirmationResult ;
117
- let correctCode = await code ( cr ) ;
117
+ const correctCode = await code ( cr ) ;
118
118
119
119
stub ( window . navigator [ 'credentials' ] , 'get' ) . callsFake ( ( ) => {
120
120
const otpCred : OTPCredential = {
@@ -233,7 +233,7 @@ describe('Integration test: phone auth', () => {
233
233
verifier ,
234
234
false
235
235
) ) as ConfirmationResult ;
236
- let correctCode = await code ( confirmationRes ) ;
236
+ const correctCode = await code ( confirmationRes ) ;
237
237
238
238
stub ( window . navigator [ 'credentials' ] , 'get' ) . callsFake ( ( ) => {
239
239
const otpCred : OTPCredential = {
You can’t perform that action at this time.
0 commit comments