We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dd9e0 commit c8d0f85Copy full SHA for c8d0f85
1 file changed
Sources/CoreModel/EntityName.swift
@@ -12,6 +12,7 @@ public struct EntityName: RawRepresentable, Codable, Equatable, Hashable, Sendab
12
public let rawValue: String
13
14
public init(rawValue: String) {
15
+ assert(rawValue.isEmpty == false)
16
self.rawValue = rawValue
17
}
18
0 commit comments