DanielMorales9 / gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this should be a fixture separate class

todo opened this issue · comments

commented

// TODO this should be a fixture separate class
CourseTrainingEvent event = eventRepository.save(createCourseEvent(1L, "course", start, end, courseSpec));
ATrainingSession session = sessionRepository.save(courseBundle.createSession(event));
ATrainingSession session1 = sessionRepository.save(courseBundle.createSession(event));


This issue was generated by todo based on a TODO comment in b5b3fbb when #185 was merged. cc @DanielMorales9.