Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 5, 2024
1 parent 24b6b88 commit 85a66af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MorphemeAttributeImplTest {
var morphemeAtt = MorphemeAttributeImpl()
val morpheme = getFirstMorpheme("東京都")!!
morphemeAtt.setMorpheme(morpheme)
val offsets = listOf(0, 3)
val offsets = listOf(0, 1, 2, 3)
morphemeAtt.setOffsets(offsets)

val builder = XContentBuilder.builder(XContentType.JSON.xContent())
Expand Down

0 comments on commit 85a66af

Please sign in to comment.