Skip to content

Commit 91eca89

Browse files
committed
This is first part for Sprint-3
1 parent 3372770 commit 91eca89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/2-practice-tdd/count.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test("should count multiple occurrences of a character", () => {
1717
expect(count).toEqual(5);
1818
});
1919

20-
// Scenario: No Occurrences
20+
// Scenario: No Occurrences in file
2121
// Given the input string `str`,
2222
// And a character `char` that does not exist within `str`.
2323
// When the function is called with these inputs,

0 commit comments

Comments
 (0)