This commit is contained in:
ensan-hcl
2023-08-16 18:42:53 +09:00
parent 2a240df7c3
commit 5c01280fca
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
// Created by miwa on 2023/08/16.
//
import XCTest
@testable import KanaKanjiConverterModule

View File

@ -41,5 +41,5 @@ import XCTest
XCTAssertFalse(results.mainResults.contains(where: {$0.text == "\n"}))
}
}
}

View File

@ -17,7 +17,7 @@ import XCTest
convertTarget: input
)
}
func testFromUnicode() throws {
do {
let converter = KanaKanjiConverter()