HDFS-16409. Fix typo: testHasExeceptionsReturnsCorrectValue -> testHasExceptionsReturnsCorrectValue (#3835)
Reviewed-by: Fei Hui <feihui.ustc@gmail.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
7398a0f1b2
commit
9eea0e28f2
@ -34,7 +34,7 @@ import org.junit.Test;
|
|||||||
public class TestAddBlockPoolException {
|
public class TestAddBlockPoolException {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testHasExeceptionsReturnsCorrectValue() {
|
public void testHasExceptionsReturnsCorrectValue() {
|
||||||
AddBlockPoolException e = new AddBlockPoolException();
|
AddBlockPoolException e = new AddBlockPoolException();
|
||||||
assertFalse(e.hasExceptions());
|
assertFalse(e.hasExceptions());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user