Skip to content

Commit

Permalink
refactor: 테스트 코드
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed Jul 12, 2024
1 parent 154c72f commit 9d38cea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.Rollback;

@SpringBootTest
@Transactional
@Rollback
public class TopicFacadeTest {
Topic topicA, topicB;
String fileType;
Expand Down

0 comments on commit 9d38cea

Please sign in to comment.