Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
tests($location): make test name clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc committed Sep 17, 2014
1 parent 20a98f2 commit 256ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ng/locationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ describe('$location', function() {
});


it('should replace current hash fragment when link begins with "#" history disabled', function() {
it('should replace current hash fragment when link begins with "#" and history enabled on old browser', function() {
configureService('#link', true, false, true);
inject(
initBrowser(),
Expand Down

0 comments on commit 256ee55

Please sign in to comment.