Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit b62d4e5

Browse files
committed
Changing ok out to equal; it is more appropriate for this test
1 parent 43d3a0a commit b62d4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/navigation/navigation_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
$.mobile.changePage( " external.html" );
13151315
},
13161316
function(){
1317-
ok( $.mobile.activePage.attr( "id" ) === "external-test", "the correct page is loaded" );
1317+
equal( $.mobile.activePage.attr( "id" ), "external-test", "the correct page is loaded" );
13181318
start();
13191319
}
13201320

0 commit comments

Comments
 (0)