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