feat: MetadataのAPIをより柔軟にした (#89)

This commit is contained in:
Miwa / Ensan
2024-05-04 11:56:09 +09:00
committed by GitHub
parent c211bc36cd
commit 861ac7a026
11 changed files with 24 additions and 19 deletions

View File

@ -26,7 +26,7 @@ final class ConverterTests: XCTestCase {
dictionaryResourceURL: Bundle(for: type(of: self)).bundleURL.appendingPathComponent("DictionaryMock", isDirectory: true),
memoryDirectoryURL: URL(fileURLWithPath: ""),
sharedContainerURL: URL(fileURLWithPath: ""),
metadata: .init(appVersionString: "Tests")
metadata: nil
)
}