mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
moving away from JUnit 4 completely to JUnit 5 Jupiter
This commit is contained in:
parent
a052fd7767
commit
65bc78d3d7
114 changed files with 1352 additions and 1338 deletions
|
@ -6,7 +6,7 @@ import haveno.core.app.misc.AppSetupWithP2PAndDAO;
|
|||
import haveno.core.app.misc.ModuleForAppWithP2p;
|
||||
import haveno.core.locale.CurrencyUtil;
|
||||
import haveno.core.locale.Res;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class GuiceSetupTest {
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue