mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Remove static access to Bitsquare#getAppName
This commit is contained in:
parent
6f27c5ce29
commit
865cf39e64
8 changed files with 114 additions and 108 deletions
|
@ -58,7 +58,7 @@ public class ViewLoaderTest {
|
|||
|
||||
@Before
|
||||
public void setUp() {
|
||||
Injector injector = Guice.createInjector(new BitsquareModule(TestApp.primaryStage));
|
||||
Injector injector = Guice.createInjector(new BitsquareModule(TestApp.primaryStage, "testApp"));
|
||||
ViewLoader.setInjector(injector);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue