Skip to content

Commit

Permalink
[T] Test legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 4, 2019
1 parent a3953a3 commit e0ac945
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ void veracrossCourses() throws IOException
{
// Get courses
courses = veracross.getCourses();
System.out.println(courses.getPersonPk());
System.out.println(courses.getUsername());
log(courses);
}

Expand Down

0 comments on commit e0ac945

Please sign in to comment.