Skip to content

Commit 9eea0e2

Browse files
authored
HDFS-16409. Fix typo: testHasExeceptionsReturnsCorrectValue -> testHasExceptionsReturnsCorrectValue (#3835)
Reviewed-by: Fei Hui <feihui.ustc@gmail.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
1 parent 7398a0f commit 9eea0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestAddBlockPoolException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class TestAddBlockPoolException {
3535

3636
@Test
37-
public void testHasExeceptionsReturnsCorrectValue() {
37+
public void testHasExceptionsReturnsCorrectValue() {
3838
AddBlockPoolException e = new AddBlockPoolException();
3939
assertFalse(e.hasExceptions());
4040

0 commit comments

Comments
 (0)