Skip to content

Commit

Permalink
fix(test): Comments from Kato
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Mar 16, 2016
1 parent a7554c6 commit ca77e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/FirebaseAuthService.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('$firebaseAuthService', function () {
});
});

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

Expand Down

0 comments on commit ca77e25

Please sign in to comment.