Remove white lines

This commit is contained in:
ghubstan 2020-08-18 10:38:26 -03:00
parent 8b081ad5f2
commit c3abd4e533
No known key found for this signature in database
GPG key ID: E35592D6800A861E
2 changed files with 0 additions and 3 deletions

View file

@ -84,6 +84,5 @@ public class MethodTest extends ApiTestCase {
.findFirst()
.get()
.getAddress();
}
}

View file

@ -87,7 +87,6 @@ public class WalletProtectionTest extends MethodTest {
Throwable exception = assertThrows(StatusRuntimeException.class, () ->
grpcStubs.walletsService.lockWallet(request));
assertEquals("UNKNOWN: wallet is already locked", exception.getMessage());
}
@Test
@ -129,7 +128,6 @@ public class WalletProtectionTest extends MethodTest {
getBalance(); // should not throw 'wallet locked' exception
}
@AfterAll
public static void tearDown() {
tearDownScaffold();