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

Commit d0e4ddc

Browse files
author
jwngr
committed
Fixing more typos in auth test spec descriptions
1 parent cf10844 commit d0e4ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/FirebaseAuth.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ describe('FirebaseAuth',function(){
401401
expect(failure).toEqual("bad password");
402402
});
403403

404-
it('will resolve the promise upon authentication',function() {
404+
it('will resolve the promise upon the password change',function() {
405405
wrapPromise(auth.$changePassword({
406406
407407
oldPassword: '54321',
@@ -438,7 +438,7 @@ describe('FirebaseAuth',function(){
438438
expect(failure).toEqual("bad password");
439439
});
440440

441-
it('will resolve the promise upon authentication',function() {
441+
it('will resolve the promise upon the email change',function() {
442442
wrapPromise(auth.$changeEmail({
443443
oldEmail: '[email protected]',
444444
newEmail: '[email protected]',

0 commit comments

Comments
 (0)