Skip to content

Commit

Permalink
(Testing branch) added root to fetch_scores_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Aug 16, 2024
1 parent fa8ff5a commit a60d0b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/api/submissions/fetch_scores_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ func TestFetchScores(test *testing.T) {
"[email protected]": "",
"[email protected]": "",
"[email protected]": "",
"root": "",
}},
{model.CourseRoleAdmin, model.CourseRoleUnknown, false, map[string]string{
"[email protected]": "",
"[email protected]": "course101::hw0::[email protected]::1697406272",
"[email protected]": "",
"[email protected]": "",
"[email protected]": "",
"root": "",
}},
{model.CourseRoleGrader, model.CourseRoleStudent, false, map[string]string{
"[email protected]": "course101::hw0::[email protected]::1697406272",
Expand Down

0 comments on commit a60d0b8

Please sign in to comment.