aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/wrap.js')
-rw-r--r--test/unit/wrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/wrap.js b/test/unit/wrap.js
index 02994bafa..65af2b4b2 100644
--- a/test/unit/wrap.js
+++ b/test/unit/wrap.js
@@ -472,7 +472,7 @@ QUnit.test( "unwrap( selector )", function( assert ) {
jQuery( "#unwrap1" ).length, 1, "still wrapped"
);
- // Shouldn't unwrap, no match
+ // Shouldn't unwrap, no match
jQuery( "#unwrap1 span" ) .unwrap( "span" );
assert.equal(
jQuery( "#unwrap1" ).length, 1, "still wrapped"