Fix test case

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
VictoriousRaptor 2025-12-07 19:28:17 +08:00 committed by GitHub
parent a7c67bbb35
commit 769179d04b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ namespace Flow.Launcher.Test
mapping.AddNewIndex(3, 1); // w
mapping.AddNewIndex(4, 1); // ' '
mapping.AddNewIndex(5, 4); // 用 -> Yong
mapping.AddNewIndex(11, 2); // 户 -> Hu
mapping.AddNewIndex(10, 2); // 户 -> Hu
var result = mapping.MapToOriginalIndex(translatedIndex);
ClassicAssert.AreEqual(expectedOriginalIndex, result);