Skip to content

Commit

Permalink
chor. 줄 바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter1119 committed Feb 19, 2024
1 parent 9a202bb commit c3b70d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RaiseMeUp/RaiseMeUpTests/TrainingUseCaseTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ class TrainingUseCaseTests: XCTestCase {
// given
let expectedName = "예상되는 프로그램 이름"
repository.mockProgram = PullUpProgram(program: [
TrainingLevel(id: "", name: expectedName, description: "", routine: [])
TrainingLevel(
id: "",
name: expectedName,
description: "",
routine: []
)
])

// when
Expand Down

0 comments on commit c3b70d7

Please sign in to comment.