We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230c211 commit 3a15ebbCopy full SHA for 3a15ebb
Tests/iOS/Tests/Storage/StorageTests.swift
@@ -11,6 +11,7 @@ final class StorageTests: XCTestCase {
11
storage = try! Storage<String, User>(
12
diskConfig: DiskConfig(name: "Thor"),
13
memoryConfig: MemoryConfig(),
14
+ fileManager: FileManager.default,
15
transformer: TransformerFactory.forCodable(ofType: User.self)
16
)
17
}
0 commit comments