File tree 1 file changed +2
-6
lines changed
packages-exp/auth-exp/src/core/auth
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,7 @@ import { browserLocalPersistence } from '../persistence/browser';
29
29
import { inMemoryPersistence } from '../persistence/in_memory' ;
30
30
import { PersistenceUserManager } from '../persistence/persistence_user_manager' ;
31
31
import { ClientPlatform , getClientVersion } from '../util/version' ;
32
- import {
33
- DEFAULT_API_HOST ,
34
- DEFAULT_API_SCHEME ,
35
- initializeAuth
36
- } from './auth_impl' ;
32
+ import { DEFAULT_API_HOST , DEFAULT_API_SCHEME , initializeAuth } from './auth_impl' ;
37
33
38
34
use ( sinonChai ) ;
39
35
@@ -130,7 +126,7 @@ describe('initializeAuth', () => {
130
126
} )
131
127
) . to . throw (
132
128
FirebaseError ,
133
- 'Firebase: Your API key is invalid]: please check you have copied it correctly. (auth/invalid-api-key).'
129
+ 'Firebase: Your API key is invalid, please check you have copied it correctly. (auth/invalid-api-key).'
134
130
) ;
135
131
} ) ;
136
132
You can’t perform that action at this time.
0 commit comments