Skip to content

Commit 5b5a027

Browse files
committed
test why testing fail
1 parent 952cc82 commit 5b5a027

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lab1/main_test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ test("Test MyClass's addStudent", () => {
1818

1919
test("Test MyClass's getStudentById", () => {
2020
// TODO
21-
// throw new Error("Test not implemented");
22-
21+
throw new Error("Test not implemented");
2322
});
2423

2524
test("Test Student's setName", () => {
2625
// TODO
27-
// throw new Error("Test not implemented");
28-
26+
throw new Error("Test not implemented");
2927
});
3028

3129
test("Test Student's getName", () => {

0 commit comments

Comments
 (0)