|
@@ -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());
|
|
|
|
|