Skip to content

Commit

Permalink
test: fix flow-methods.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrik264 committed Apr 12, 2024
1 parent c7c70a7 commit 6b390ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flow-methods.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('flow methods', () => {

const combined = isFlow ? func(getProp, uniq) : func(uniq, getProp);

expect(combined(objects), [1).toEqual(2]);
expect(combined(objects)).toEqual([1, 2]);
});
});
});

0 comments on commit 6b390ad

Please sign in to comment.