mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
changed return type in loadViewAndGetChildController to support new ui base classes
This commit is contained in:
parent
b7c1fa58d7
commit
8089f40601
15 changed files with 34 additions and 20 deletions
|
@ -48,14 +48,12 @@ public class CreateOfferPMTest {
|
|||
BSFormatter.setFiatCurrencyCode("USD");
|
||||
|
||||
presenter = new CreateOfferPM(model);
|
||||
presenter.onViewInitialized();
|
||||
presenter.initialized();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testBindings() {
|
||||
|
||||
|
||||
model.collateralAsLong.set(100);
|
||||
presenter.price.set("500");
|
||||
presenter.amount.set("1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue