Skip to content

Commit 8711514

Browse files
committed
HADOOP-18058. Fix typo: testHasExeceptionsReturnsCorrectValue -> testHasExceptionsReturnsCorrectValue
1 parent dba139c commit 8711514

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)