We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0d4d commit 1b1291aCopy full SHA for 1b1291a
tuk-api/src/test/kotlin/nexters/tuk/application/gathering/GatheringServiceIntegrationTest.kt
@@ -28,8 +28,6 @@ class GatheringServiceIntegrationTest @Autowired constructor(
28
@Autowired
29
private lateinit var gatheringService: GatheringService
30
31
- @Autowired
32
- private lateinit var gatheringCommandService: GatheringCommandService
33
private val memberFixture = MemberFixtureHelper(memberRepository)
34
private val gatheringFixture =
35
GatheringFixtureHelper(gatheringRepository, gatheringMemberRepository)
0 commit comments