feat: Adds Docker tests.

This commit is contained in:
2025-03-13 09:22:14 -04:00
parent c23e4c5f61
commit 491663969e
6 changed files with 41 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ struct ManualSTests {
@Dependency(\.manualS) var manualS
let limits = try await manualS.sizingLimits(.init(
systemType: .heatingOnly(type: heatingType),
systemType: .heatingOnly(type: heatingType)
))
#expect(limits.oversizing.heating == heatingType.oversizingLimit)