]> source.dussan.org Git - jquery.git/commitdiff
Core: Correct the number of expected tests
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 2 May 2014 14:03:52 +0000 (16:03 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 2 May 2014 14:04:46 +0000 (16:04 +0200)
(cherry-picked from da148f158f40b474841ad7a60cc39c5868cf420c)

test/unit/core.js

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