Skip to content

Commit e4e015d

Browse files
committed
feat/ wording
1 parent 7146b0d commit e4e015d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14_contains/solution/contains-solution.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('contains', () => {
3636
expect(contains(object, 'bar')).toBe(false);
3737
});
3838

39-
test('true if the provided string is duplicated', () => {
39+
test('true if provided string is within the object, even if duplicated', () => {
4040
expect(contains(object, 'e')).toBe(true);
4141
});
4242

0 commit comments

Comments
 (0)