Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Oct 6, 2017
1 parent 6454316 commit 0e869e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/object/omit.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('with string as condition', () => {

test('with null', () => {
expect(
R.pick('a,b', null)
R.omit('a,b', null)
).toEqual(undefined)
})

Expand Down

0 comments on commit 0e869e3

Please sign in to comment.