From da148f158f40b474841ad7a60cc39c5868cf420c Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- 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 6a9c79036..d8631b02f 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -457,7 +457,7 @@ test("isFunction", function() { }); test( "isNumeric", function() { - expect( 38 ); + expect( 37 ); var t = jQuery.isNumeric, Traditionalists = /** @constructor */ function(n) {