diff options
Diffstat (limited to 'test/specs/matchHeight.spec.js')
-rw-r--r-- | test/specs/matchHeight.spec.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/specs/matchHeight.spec.js b/test/specs/matchHeight.spec.js index 79a7714..4f34d00 100644 --- a/test/specs/matchHeight.spec.js +++ b/test/specs/matchHeight.spec.js @@ -41,8 +41,6 @@ describe('matchHeight', function() { expect($.isFunction(matchHeight._update)).toBe(true); expect($.isFunction(matchHeight._parse)).toBe(true); expect($.isFunction(matchHeight._parseOptions)).toBe(true); - expect($.isFunction(matchHeight._getProperty)).toBe(true); - expect($.isFunction(matchHeight._setProperty)).toBe(true); done(); }); @@ -433,4 +431,4 @@ var testHelper = { return 'desktop'; } -};
\ No newline at end of file +}; |