Skip to content

Commit 940fd3a

Browse files
authored
Revert lesson7.test.ts changes
This seems to be the only change that I can find that's different from the main repo.
1 parent 2c4eab4 commit 940fd3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_07/conditionals/src/lesson7.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ describe("Lesson7 Tests", () => {
4343
// Test for value not present in the array
4444
expect(binarySearch(values, 0, values.length - 1, 4)).toBe(-1);
4545
});
46-
4746
test("testComputeFactorial", () => {
4847
// Test for n = 0 (edge case)
4948
expect(computeFactorial(0)).toBe(1);

0 commit comments

Comments
 (0)