Skip to content

Commit c81b270

Browse files
committed
Fixed broken MOM initialisation in test case
1 parent f7f8f5f commit c81b270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ManagedModelTests/TransformablePropertiesTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CoreData
1010

1111
final class TransformablePropertiesTests: XCTestCase {
1212

13-
private lazy var container = try? ModelContainer(
13+
private let container = try? ModelContainer(
1414
for: Fixtures.TransformablePropertiesSchema.managedObjectModel,
1515
configurations: ModelConfiguration(isStoredInMemoryOnly: true)
1616
)

0 commit comments

Comments
 (0)