mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 06:41:41 +01:00
Remove white lines
This commit is contained in:
parent
8b081ad5f2
commit
c3abd4e533
2 changed files with 0 additions and 3 deletions
|
@ -84,6 +84,5 @@ public class MethodTest extends ApiTestCase {
|
|||
.findFirst()
|
||||
.get()
|
||||
.getAddress();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue