Skip to content

Commit a9bc033

Browse files
committed
Update unit tests
1 parent 77f9f7a commit a9bc033

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Tests/CoreModelTests/TestModel.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public struct Campground: Equatable, Hashable, Codable, Identifiable, Entity {
124124
@Attribute(.string)
125125
public var amenities: [Amenity]
126126

127-
@Attribute(.string)
127+
@Attribute
128128
public var phoneNumber: String?
129129

130130
@Attribute
@@ -134,10 +134,10 @@ public struct Campground: Equatable, Hashable, Codable, Identifiable, Entity {
134134
@Attribute(.int32)
135135
public var timeZone: Int
136136

137-
@Attribute(.string)
137+
@Attribute
138138
public var notes: String?
139139

140-
@Attribute(.string)
140+
@Attribute
141141
public var directions: String?
142142

143143
@Attribute(.string)
@@ -348,7 +348,7 @@ public extension Campground {
348348
@Attribute
349349
public var name: String
350350

351-
@Attribute(.string)
351+
@Attribute
352352
public var notes: String?
353353

354354
@Attribute(.string)

0 commit comments

Comments
 (0)