mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Add teardown to test case
This commit is contained in:
parent
c1c099c832
commit
7c2068e3c1
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ import org.bitcoinj.core.NetworkParameters;
|
||||||
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.AfterAll;
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
import org.junit.jupiter.api.Order;
|
import org.junit.jupiter.api.Order;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
@ -56,4 +57,8 @@ public class BsqWalletTest extends MethodTest {
|
||||||
|| addressNetwork.equals(PAYMENT_PROTOCOL_ID_REGTEST));
|
|| addressNetwork.equals(PAYMENT_PROTOCOL_ID_REGTEST));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AfterAll
|
||||||
|
public static void tearDown() {
|
||||||
|
tearDownScaffold();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue