Skip to content

Commit 2d6a80e

Browse files
committed
fix case
1 parent 28272fc commit 2d6a80e

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestCheckpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public void testNameNodeImageSendFailWrongSize()
654654

655655
Mockito.doReturn(true).when(faultInjector)
656656
.shouldSendShortFile(filePathContaining("fsimage"));
657-
String expectedText = Shell.isJavaVersionAtLeast(24) ? "premature EOF" :
657+
String expectedText = Shell.isJavaVersionAtLeast(24) ? "Premature EOF" :
658658
"is not of the advertised size";
659659
doSendFailTest(expectedText);
660660
}

0 commit comments

Comments
 (0)