Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit e3c6ad0

Browse files
committed
Fix bad test function usage
1 parent 9580aa8 commit e3c6ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mandatory/9-group-people.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To run the tests for just this one file, type `npm test -- --testPathPattern 2-o
1717
===================================================
1818
*/
1919

20-
TestScheduler("volunteersAndTrainees works", () => {
20+
test("volunteersAndTrainees works", () => {
2121
let volunteers = ["Daniel", "Irina", "Rares"];
2222
let trainees = ["Rukmini", "Abdul", "Austine", "Swathi"];
2323

0 commit comments

Comments
 (0)