Skip to content

Commit

Permalink
지하철 초기화 feat techeer-sv#2
Browse files Browse the repository at this point in the history
  • Loading branch information
heondong9265 committed May 31, 2024
1 parent 89e8bf0 commit a420b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/subway/SubwayInitializerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class SubwayService_Init {

@BeforeEach
void setUp() {
subwayService = new SubwayService();
subwayInitializer = new SubwayInitializer(subwayService);
}

Expand Down

0 comments on commit a420b17

Please sign in to comment.