Skip to content

Commit 952cc82

Browse files
Merge branch '312553027' into 312553027
2 parents 8fda5a0 + 6ddb422 commit 952cc82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lab1/main_test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@ test("Test MyClass's addStudent", () => {
1313
assert.strictEqual(myClass.students[0], student);
1414

1515
// throw new Error("Test not implemented");
16+
1617
});
1718

1819
test("Test MyClass's getStudentById", () => {
1920
// TODO
2021
// throw new Error("Test not implemented");
22+
2123
});
2224

2325
test("Test Student's setName", () => {
2426
// TODO
2527
// throw new Error("Test not implemented");
28+
2629
});
2730

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

0 commit comments

Comments
 (0)