Skip to content

Commit

Permalink
fix: 패키지누락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
김원경 committed Jul 31, 2024
1 parent 66433db commit 7dee87f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import static org.assertj.core.api.Assertions.assertThat;

import io.restassured.response.Response;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -20,6 +21,12 @@
import io.restassured.RestAssured;
import io.restassured.http.ContentType;

import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

@SuppressWarnings("NonAsciiCharacters")
class TimetableApiTest extends AcceptanceTest {

Expand Down

0 comments on commit 7dee87f

Please sign in to comment.