Skip to content

Commit

Permalink
StateMachineTestsの「じ」が送り仮名のテストが落ちたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Mar 3, 2024
1 parent 094d18a commit 6a9fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macSKKTests/StateMachineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ final class StateMachineTests: XCTestCase {
}

func testHandleComposingOkuriariIncludeN() {
dictionary.setEntries(["かんz": [Word("")]])
dictionary.setEntries(["かんj": [Word("")]])

let expectation = XCTestExpectation()
stateMachine.inputMethodEvent.collect(7).sink { events in
Expand Down

0 comments on commit 6a9fd4a

Please sign in to comment.