Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr committed Nov 19, 2024
1 parent 1dfc703 commit d174485
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class GenerateNgxPathRepresentation {
@BeforeEach
void setup() {
final var users = userUtilService.addUsers(TEST_PREFIX, 1, 0, 0, 0);
user = users.getFirst();
course = CourseFactory.generateCourse(null, ZonedDateTime.now().minusDays(8), ZonedDateTime.now().minusDays(8), new HashSet<>(), TEST_PREFIX + "tumuser",
TEST_PREFIX + "tutor", TEST_PREFIX + "editor", TEST_PREFIX + "instructor");
course = courseRepository.save(course);
Expand Down

0 comments on commit d174485

Please sign in to comment.