mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
reformatting
This commit is contained in:
parent
7fee8b665e
commit
ab6ae89c38
30 changed files with 48 additions and 49 deletions
|
@ -45,7 +45,7 @@ public class CreateOfferPresenterTest {
|
|||
|
||||
CreateOfferPresenter presenter = new CreateOfferPresenter(model);
|
||||
presenter.onViewInitialized();
|
||||
|
||||
|
||||
model.collateralAsLong.set(100);
|
||||
presenter.price.set("500");
|
||||
presenter.amount.set("1");
|
||||
|
@ -117,9 +117,6 @@ public class CreateOfferPresenterTest {
|
|||
model.acceptedCountries.add(new Country(null, "Spain", null));
|
||||
assertEquals("Italy, Spain", presenter.acceptedCountries.get());
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue