File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/goorm/week1/day4/yeji Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class SolutionTest {
15
15
@ DisplayName ("완벽한 햄버거 만들기 - 케이스1" )
16
16
void test_case_1 () throws Exception {
17
17
// given
18
- BufferedReader reader = TestFileUtil .getReader (this .getClass (), "testcase/week1/day5 /test_case1.txt" );
18
+ BufferedReader reader = TestFileUtil .getReader (this .getClass (), "testcase/week1/day4 /test_case1.txt" );
19
19
// when
20
20
int solution = solution (reader );
21
21
// then
@@ -26,7 +26,7 @@ void test_case_1() throws Exception {
26
26
@ DisplayName ("완벽한 햄버거 만들기 - 케이스2" )
27
27
void test_case_2 () throws Exception {
28
28
// given
29
- BufferedReader reader = TestFileUtil .getReader (this .getClass (), "testcase/week1/day5 /test_case2.txt" );
29
+ BufferedReader reader = TestFileUtil .getReader (this .getClass (), "testcase/week1/day4 /test_case2.txt" );
30
30
// when
31
31
int solution = solution (reader );
32
32
// then
You can’t perform that action at this time.
0 commit comments