Skip to content

Commit 85a66af

Browse files
fix test
1 parent 24b6b88 commit 85a66af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/worksap/nlp/lucene/sudachi/ja/attributes/MorphemeAttributeImplTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class MorphemeAttributeImplTest {
9797
var morphemeAtt = MorphemeAttributeImpl()
9898
val morpheme = getFirstMorpheme("東京都")!!
9999
morphemeAtt.setMorpheme(morpheme)
100-
val offsets = listOf(0, 3)
100+
val offsets = listOf(0, 1, 2, 3)
101101
morphemeAtt.setOffsets(offsets)
102102

103103
val builder = XContentBuilder.builder(XContentType.JSON.xContent())

0 commit comments

Comments
 (0)