Core: Correct the number of expected tests

(cherry-picked from da148f158f)
This commit is contained in:
Michał Gołębiowski 2014-05-02 16:03:52 +02:00
parent 7cf9ceaebc
commit 6738117383

View File

@ -462,7 +462,7 @@ test("isFunction", function() {
});
test( "isNumeric", function() {
expect( 38 );
expect( 37 );
var t = jQuery.isNumeric,
Traditionalists = /** @constructor */ function(n) {