Skip to content

Commit

Permalink
test: SendOption join fetch @DisplayName 추가 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
623nana committed Aug 4, 2021
1 parent f05dd74 commit f409c00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.assertj.core.api.Assertions.assertThat;

import java.util.List;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
Expand All @@ -14,6 +15,7 @@ public class SendOptionRepositoryTest {
SendOptionRepository sendOptionRepository;

@Test
@DisplayName("[SendOption] join fetch 테스트")
void fetchJoinTest() {
List<SendOption> options = sendOptionRepository.findAllJoinFetch();

Expand Down

0 comments on commit f409c00

Please sign in to comment.