Skip to content

Commit 6680fb1

Browse files
Fix incorrect test name (#2784)
1 parent 2e0b4d1 commit 6680fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/strain/strain.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('strain', () => {
4747
]);
4848
});
4949

50-
xtest('discards everything', () => {
50+
xtest('discard on empty list returns empty list', () => {
5151
expect(discard([], (e) => e < 10)).toEqual([]);
5252
});
5353

0 commit comments

Comments
 (0)