aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/data.js')
-rw-r--r--test/unit/data.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/data.js b/test/unit/data.js
index 47ff96b62..b308171b5 100644
--- a/test/unit/data.js
+++ b/test/unit/data.js
@@ -20,7 +20,7 @@ test( "jQuery.data & removeData, expected returns", function() {
);
deepEqual(
jQuery.data( elem, { goodnight: "moon" }), { goodnight: "moon" },
- "jQuery.data( elem, key, obj ) returns obj"
+ "jQuery.data( elem, obj ) returns obj"
);
equal(
jQuery.removeData( elem, "hello" ), undefined,