aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/selector.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core/selector.js')
-rw-r--r--tests/unit/core/selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index 0e647d453..6e70b5849 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -3,7 +3,7 @@
*/
(function($) {
-module("selectors");
+module("core - selectors");
function isFocusable(selector, msg) {
ok($(selector).is(':focusable'), msg);