From 67381173835b5f53ee36e0f1ca2211e348b3ae70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 2 May 2014 16:03:52 +0200 Subject: [PATCH] Core: Correct the number of expected tests (cherry-picked from da148f158f40b474841ad7a60cc39c5868cf420c) --- test/unit/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index fb7273231..b2a0b880e 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -462,7 +462,7 @@ test("isFunction", function() { }); test( "isNumeric", function() { - expect( 38 ); + expect( 37 ); var t = jQuery.isNumeric, Traditionalists = /** @constructor */ function(n) { -- 2.39.5