diff --git a/test/test.fp.js b/test/test.fp.js index 4980439be..8491b12be 100644 --- a/test/test.fp.js +++ b/test/test.fp.js @@ -54,7 +54,7 @@ QUnit.module('method ary caps'); assert.expect(1); var funcMethods = [ - 'conj', 'curry', 'disj', 'iteratee', 'juxt', 'memoize', + 'curry', 'iteratee', 'memoize', 'over', 'overEvery', 'overSome', 'method', 'methodOf', 'restParam', 'runInContext' ];