feat: Begins adding html snapshot tests.
This commit is contained in:
@@ -7,7 +7,7 @@ public enum HVACSystemPerformance {
|
||||
Analyze HVAC system performance and capacity.
|
||||
"""
|
||||
|
||||
public struct Request: Codable, Equatable, Sendable {
|
||||
public struct Request: Codable, Equatable, Sendable, Hashable {
|
||||
|
||||
public let altitude: Double?
|
||||
public let airflow: Double
|
||||
|
||||
Reference in New Issue
Block a user