Minor change in FirebaseStub test file

This commit is contained in:
gianantoniopini
2020-12-23 16:01:13 +01:00
parent 2158c8b245
commit 25d3661599

View File

@ -118,7 +118,7 @@ describe('database', () => {
});
describe('auth', () => {
beforeEach(() => {
afterEach(() => {
FirebaseStub.auth().clearOnAuthStateChangedObservers();
});