瀏覽代碼

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';