Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit ca77e25

Browse files
committed
fix(test): Comments from Kato
1 parent a7554c6 commit ca77e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/FirebaseAuthService.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('$firebaseAuthService', function () {
1818
});
1919
});
2020

21-
it('should exist based on using firebaseRefProvider.registerUrl()', inject(function() {
21+
it('should exist because we called firebaseRefProvider.registerUrl()', inject(function() {
2222
expect($firebaseAuthService).not.toBe(null);
2323
}));
2424

0 commit comments

Comments
 (0)