diff options
Diffstat (limited to 'test/data/testrunner.js')
-rw-r--r-- | test/data/testrunner.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index ce9697fc4..ba6b892e3 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -310,7 +310,7 @@ var Globals = (function() { if ( jQuery.active !== undefined && jQuery.active !== oldActive ) { equal( jQuery.active, 0, "No AJAX requests are still active" ); if ( ajaxTest.abort ) { - ajaxTest.abort("active request"); + ajaxTest.abort("active requests"); } oldActive = jQuery.active; } |