Skip to content

Commit 2bc1c95

Browse files
nik-revJoshDevHub
andauthored
fix: spelling mistake
Co-authored-by: Josh Smith <[email protected]>
1 parent d1c8f2c commit 2bc1c95

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
@@ -54,7 +54,7 @@ describe("contains", () => {
5454
expect(contains(object, NaN)).toBe(true);
5555
});
5656

57-
test("false if the provided value exists and is null", () => {
57+
test("true if the provided value exists and is null", () => {
5858
expect(contains(object, null)).toBe(true);
5959
});
6060
});

0 commit comments

Comments
 (0)