Skip to content

Commit

Permalink
fix macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasromanomr committed Nov 29, 2024
1 parent 230c211 commit 3a15ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/iOS/Tests/Storage/StorageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ final class StorageTests: XCTestCase {
storage = try! Storage<String, User>(
diskConfig: DiskConfig(name: "Thor"),
memoryConfig: MemoryConfig(),
fileManager: FileManager.default,
transformer: TransformerFactory.forCodable(ofType: User.self)
)
}
Expand Down

0 comments on commit 3a15ebb

Please sign in to comment.