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

Commit 5e5a45f

Browse files
committed
tests($location): make test name clearer
1 parent 20a98f2 commit 5e5a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/locationSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ describe('$location', function() {
13091309
});
13101310

13111311

1312-
it('should replace current hash fragment when link begins with "#" history disabled', function() {
1312+
it('should replace current hash fragment when link begins with "#" and history enabled on old browser', function() {
13131313
configureService('#link', true, false, true);
13141314
inject(
13151315
initBrowser(),

0 commit comments

Comments
 (0)