Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Nov 26, 2024
1 parent 5e52a1f commit f5f9b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ internal class GroupResourceIntTest(

@Test
@Throws(Exception::class)
fun addSubjectsToGroup() {
suspend fun addSubjectsToGroup() {
// Initialize the database
groupRepository.saveAndFlush<Group>(group)
val projectDto = projectMapper.projectToProjectDTO(project)
Expand Down

0 comments on commit f5f9b33

Please sign in to comment.