Skip to content

Commit 1af71dd

Browse files
committed
Rebase & fix test
1 parent 62e1d4a commit 1af71dd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages-exp/auth-exp/src/core/auth/auth_impl.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ import { browserLocalPersistence } from '../persistence/browser';
2929
import { inMemoryPersistence } from '../persistence/in_memory';
3030
import { PersistenceUserManager } from '../persistence/persistence_user_manager';
3131
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';
3733

3834
use(sinonChai);
3935

@@ -130,7 +126,7 @@ describe('initializeAuth', () => {
130126
})
131127
).to.throw(
132128
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).'
134130
);
135131
});
136132

0 commit comments

Comments
 (0)