From 6289211910c68b8f3da258f332a3a2641f6fd187 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 25 Nov 2015 12:48:38 -0800 Subject: [PATCH] Update test.fp with `over` methods. --- test/test.fp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ];