mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
feat: MetadataのAPIをより柔軟にした (#89)
This commit is contained in:
@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user