Skip to content

Commit

Permalink
autograding
Browse files Browse the repository at this point in the history
  • Loading branch information
jltng committed Dec 9, 2022
1 parent c6059a8 commit 098ff10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,4 @@ void getCourseID() {
assertEquals("course1inst1", courseCreationRequestModel.getCourseID());
}

@Test
void getTasks() {
ArrayList<String> goodTasks = new ArrayList<>();
goodTasks.add("task1");
goodTasks.add("task2");
goodTasks.add("task3");
assertEquals(courseCreationRequestModel.getTasks(), goodTasks);
}
}

0 comments on commit 098ff10

Please sign in to comment.