feat: Renames EffectiveLength to EquivalentLength
All checks were successful
CI / Linux Tests (push) Successful in 9m34s
All checks were successful
CI / Linux Tests (push) Successful in 9m34s
This commit is contained in:
@@ -86,7 +86,7 @@ struct ViewControllerTests {
|
||||
let project = Project.mock
|
||||
let rooms = Room.mock(projectID: project.id)
|
||||
let equipment = EquipmentInfo.mock(projectID: project.id)
|
||||
let tels = EffectiveLength.mock(projectID: project.id)
|
||||
let tels = EquivalentLength.mock(projectID: project.id)
|
||||
let componentLosses = ComponentPressureLoss.mock(projectID: project.id)
|
||||
let trunks = TrunkSize.mock(projectID: project.id, rooms: rooms)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user