Skip to content

Commit

Permalink
Chore: 빌드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyonghahn committed Feb 1, 2024
1 parent 0d397c7 commit 8f9e3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package com.dnd.gooding.integration;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class GoodingApplicationTest extends IntegrationTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class CreateMemberServiceIntegrationTest extends IntegrationTest {

@Autowired private CreateMemberService createMemberService;
Expand Down

0 comments on commit 8f9e3d5

Please sign in to comment.