Skip to content

Commit 1b1291a

Browse files
committed
refactor: 코드 정리
1 parent bdf0d4d commit 1b1291a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tuk-api/src/test/kotlin/nexters/tuk/application/gathering/GatheringServiceIntegrationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class GatheringServiceIntegrationTest @Autowired constructor(
2828
@Autowired
2929
private lateinit var gatheringService: GatheringService
3030

31-
@Autowired
32-
private lateinit var gatheringCommandService: GatheringCommandService
3331
private val memberFixture = MemberFixtureHelper(memberRepository)
3432
private val gatheringFixture =
3533
GatheringFixtureHelper(gatheringRepository, gatheringMemberRepository)

0 commit comments

Comments
 (0)