Skip to content

Commit 5fe7f4b

Browse files
committed
#54 Fix build
1 parent 69a73b9 commit 5fe7f4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/matchmaker/src/test/kotlin/ru/ifmo/se/dating/matchmaker/MatchmakerTestSuite.kt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import org.springframework.boot.test.context.SpringBootTest
55
import org.springframework.test.context.ActiveProfiles
66
import org.springframework.test.context.ContextConfiguration
77
import org.springframework.test.context.junit4.SpringRunner
8+
import ru.ifmo.se.dating.Application
89

910
@RunWith(SpringRunner::class)
1011
@ActiveProfiles(profiles = ["test"])

backend/people/src/test/kotlin/ru/ifmo/se/dating/people/PeopleTestSuite.kt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import org.springframework.boot.test.context.SpringBootTest
55
import org.springframework.test.context.ActiveProfiles
66
import org.springframework.test.context.ContextConfiguration
77
import org.springframework.test.context.junit4.SpringRunner
8+
import ru.ifmo.se.dating.Application
89

910
@RunWith(SpringRunner::class)
1011
@ActiveProfiles(profiles = ["test"])

0 commit comments

Comments
 (0)