aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js
index cb07f6a20..bfd6ff4fc 100644
--- a/test/unit/effects.js
+++ b/test/unit/effects.js
@@ -514,7 +514,7 @@ jQuery.each( {
if ( t_h == "show" ) {
var old_h = jQuery.css(this, "height", undefined, true);
jQuery(this).append("<br/>Some more text<br/>and some more...");
- notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto. " + n);
+ notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto.");
}
start();