Skip to content

Commit 497f030

Browse files
author
Gabriel Schulhof
committed
Unit tests: Navigation: typo
1 parent c2921ca commit 497f030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/navigation/navigation_paths.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
// absolute tests
150150
// NOTE does not test root path or non nested references
151-
module("abolute paths");
151+
module("absolute paths");
152152

153153
asyncTest( "file reference no nesting", function(){
154154
testPageLoad("#absolute-test-one", "doc rel test one");
@@ -173,4 +173,4 @@
173173
asyncTest( "dir refrence with parent dir", function(){
174174
testPageLoad("#absolute-test-six", "doc rel test six");
175175
});
176-
})(jQuery);
176+
})(jQuery);

0 commit comments

Comments
 (0)