diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-05-02 16:03:52 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-05-02 16:03:52 +0200 |
commit | da148f158f40b474841ad7a60cc39c5868cf420c (patch) | |
tree | 2dbf0618852d463656935f36ef8ecb9729b0cf51 /test | |
parent | 69d4a48ff67188214bc28ec1a4d138c5997ce171 (diff) | |
download | jquery-da148f158f40b474841ad7a60cc39c5868cf420c.tar.gz jquery-da148f158f40b474841ad7a60cc39c5868cf420c.zip |
Core: Correct the number of expected tests
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/core.js | 2 |
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) { |