Skip to content

Commit 100b8bf

Browse files
committed
Fix tests
1 parent 9b6bd36 commit 100b8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/js/run_jsunit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (system.args.length <= 1) {
4141
});
4242
}, function() {
4343
var exitCode = page.evaluate(function() {
44-
return G_testRunner.isSuccess() ? 0 : 1;
44+
return G_testRunner.testCase.isSuccess() ? 0 : 1;
4545
});
4646
phantom.exit(exitCode);
4747
});

0 commit comments

Comments
 (0)