feat: Begins adding html snapshot tests.
This commit is contained in:
@@ -8,7 +8,7 @@ public enum DehumidifierSize {
|
||||
|
||||
/// Represents the request for determining dehumidifier size based on
|
||||
/// latent load and indoor conditions.
|
||||
public struct Request: Codable, Equatable, Sendable {
|
||||
public struct Request: Codable, Equatable, Sendable, Hashable {
|
||||
|
||||
public let latentLoad: Double
|
||||
public let temperature: Double
|
||||
|
||||
Reference in New Issue
Block a user