Skip to content

Commit b6339d3

Browse files
Fix compile error introduced by coderabbit
1 parent 42e04d4 commit b6339d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Flow.Launcher.Test/TranslationMappingTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ public void AddNewIndex_ShouldAddTranslatedIndexPlusLength()
3232
[TestCase(6, 5)] // "o" (translated from "用") -> original index 5
3333
[TestCase(7, 5)] // "n" (translated from "用") -> original index 5
3434
[TestCase(8, 5)] // "g" (translated from "用") -> original index 5
35-
[TestCase(9, 6)] // " " (space between "Yong" and "Hu") -> original index 6
3635
[TestCase(10, 6)] // "H" (translated from "户") -> original index 6
3736
[TestCase(11, 6)] // "u" (translated from "户") -> original index 6
3837
public void MapToOriginalIndex_ShouldReturnExpectedIndex(int translatedIndex, int expectedOriginalIndex)
39-
public void MapToOriginalIndex_ShouldReturnExpectedIndex(int translatedIndex, int expectedOriginalIndex)
4038
{
4139
var mapping = new TranslationMapping();
4240
// Test case :

0 commit comments

Comments
 (0)