Skip to content

Commit 966f80d

Browse files
committed
Spinner: Minor typo in stepUp()'s tests
1 parent 9fad37d commit 966f80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/spinner/spinner_methods.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ test( "stepUp", function() {
179179
equal( element.val(), 12, "stepUp 5 steps" );
180180

181181
element.spinner( "stepUp", 4 );
182-
equal( element.val(), 16, "close to min and stepUp 4 steps" );
182+
equal( element.val(), 16, "close to max and stepUp 4 steps" );
183183

184184
element.spinner( "stepUp" );
185185
equal( element.val(), 16, "at max and stepUp 1 step" );

0 commit comments

Comments
 (0)