feat: Adds component loss database tests.
All checks were successful
CI / Linux Tests (push) Successful in 5m26s

This commit is contained in:
2026-01-30 14:15:50 -05:00
parent a51e1b34d0
commit 754019eac4
3 changed files with 65 additions and 12 deletions

View File

@@ -53,3 +53,15 @@ func withTestUser(
try await operation(user)
}
}
extension Project.Create {
static let mock = Self(
name: "Testy McTestface",
streetAddress: "1234 Sesame St",
city: "Nowhere",
state: "MN",
zipCode: "55555",
sensibleHeatRatio: 0.83
)
}