Skip to content

Commit 769179d

Browse files
Fix test case
Co-authored-by: Copilot <[email protected]>
1 parent a7c67bb commit 769179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Test/TranslationMappingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void MapToOriginalIndex_ShouldReturnExpectedIndex(int translatedIndex, in
4747
mapping.AddNewIndex(3, 1); // w
4848
mapping.AddNewIndex(4, 1); // ' '
4949
mapping.AddNewIndex(5, 4); // 用 -> Yong
50-
mapping.AddNewIndex(11, 2); // 户 -> Hu
50+
mapping.AddNewIndex(10, 2); // 户 -> Hu
5151

5252
var result = mapping.MapToOriginalIndex(translatedIndex);
5353
ClassicAssert.AreEqual(expectedOriginalIndex, result);

0 commit comments

Comments
 (0)