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

Commit cf10844

Browse files
author
jwngr
committed
Fixed typos in auth test spec descriptions
1 parent 02c6b27 commit cf10844

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
@@ -390,7 +390,7 @@ describe('FirebaseAuth',function(){
390390
expect(log.warn).toHaveLength(1);
391391
});
392392

393-
it('will reject the promise if authentication fails',function() {
393+
it('will reject the promise if the password change fails',function() {
394394
wrapPromise(auth.$changePassword({
395395
396396
oldPassword: '54321',
@@ -427,7 +427,7 @@ describe('FirebaseAuth',function(){
427427
}, jasmine.any(Function));
428428
});
429429

430-
it('will reject the promise if authentication fails',function() {
430+
it('will reject the promise if the email change fails',function() {
431431
wrapPromise(auth.$changeEmail({
432432
oldEmail: '[email protected]',
433433
newEmail: '[email protected]',

0 commit comments

Comments
 (0)