Skip to content

Commit

Permalink
Development: Fix failing server test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
xHadie committed Feb 7, 2025
1 parent 0d098a1 commit f86988f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ void setUp() throws MalformedURLException, URISyntaxException {
student1.setId(555L);
student1.setEmail("[email protected]");
student1.setLangKey("de");
student1.setActivationKey("1234");

student2 = new User();
student2.setLogin("student2");
Expand Down

0 comments on commit f86988f

Please sign in to comment.