feat: Adds view route parsing tests.
This commit is contained in:
@@ -25,7 +25,7 @@ public struct Vendor: Codable, Equatable, Identifiable, Sendable {
|
||||
|
||||
public extension Vendor {
|
||||
|
||||
struct Create: Codable, Sendable {
|
||||
struct Create: Codable, Sendable, Equatable {
|
||||
public let name: String
|
||||
|
||||
public init(name: String) {
|
||||
@@ -33,7 +33,7 @@ public extension Vendor {
|
||||
}
|
||||
}
|
||||
|
||||
struct Update: Codable, Sendable {
|
||||
struct Update: Codable, Sendable, Equatable {
|
||||
public let name: String
|
||||
|
||||
public init(name: String) {
|
||||
|
||||
Reference in New Issue
Block a user