ソースを参照

Update 'StringUtilitiesTest.java'

nhu313 6 年 前
コミット
bf4d056449
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      StringUtilitiesTest.java

+ 1
- 1
StringUtilitiesTest.java ファイルの表示

@@ -26,7 +26,7 @@ public class StringUtilitiesTest {
26 26
     }
27 27
     
28 28
     @Test
29
-    public void testGetMiddleCharacter_ForOddWord(){
29
+    public void testGetMiddleCharacter_ForLongOddWord(){
30 30
         //Given
31 31
         String word = "disinformations";
32 32
         char expected = 'r';