aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-05-02 16:03:52 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2014-05-02 16:03:52 +0200
commitda148f158f40b474841ad7a60cc39c5868cf420c (patch)
tree2dbf0618852d463656935f36ef8ecb9729b0cf51 /test
parent69d4a48ff67188214bc28ec1a4d138c5997ce171 (diff)
downloadjquery-da148f158f40b474841ad7a60cc39c5868cf420c.tar.gz
jquery-da148f158f40b474841ad7a60cc39c5868cf420c.zip
Core: Correct the number of expected tests
Diffstat (limited to 'test')
-rw-r--r--test/unit/core.js2
1 files changed, 1 insertions, 1 deletions
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) {