Skip to content

Commit

Permalink
[T] Test get courses with grading
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 30, 2019
1 parent 237f29b commit 7566846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void veracross() throws IOException, VeracrossException
void veracrossCourses() throws IOException
{
// Get courses
List<VeracrossCourse> courses = veracross.getCourses();
List<VeracrossCourse> courses = veracross.getCoursesWithGrading();
log(courses);

// Get ready to test assignments
Expand Down

0 comments on commit 7566846

Please sign in to comment.