Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keloo committed Aug 9, 2018
1 parent d248b3e commit 7e38097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iterators/takeWhile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('iterators/takeWhile', () => {
});

describe('When take elements by object property', () => {
it('Should return 3 elements', () => {
it('Should return 2 elements', () => {
const source = [
{ val: 1 },
{ val: 10 },
Expand Down

0 comments on commit 7e38097

Please sign in to comment.