Skip to content

Commit 2a491ba

Browse files
committed
6th init
1 parent 6db0079 commit 2a491ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/nextstep/subway/unit/LineServiceMockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ void addSection() {
2323
// lineService.addSection 호출
2424

2525
// then
26-
// line.findLineById 메서드를 통해 검증
26+
// lineService.findLineById 메서드를 통해 검증
2727
}
2828
}

0 commit comments

Comments
 (0)