Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Don't use 20 BTC amount as we limit to 2 BTC
Remove 30 BTC amounts

Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed May 26, 2024
1 parent 5318acb commit b460b45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public void testMaxCharactersForPriceWithNoOffers() {

when(offerBook.getOfferBookListItems()).thenReturn(offerBookListItems);


final OfferBookViewModel model = new BtcOfferBookViewModel(null, null, offerBook, empty, null, null, null,
null, null, null, null, getPriceUtil(), null, coinFormatter, new BsqFormatter(), null, null, daoStateService);
assertEquals(0, model.maxPlacesForPrice.intValue());
Expand Down

0 comments on commit b460b45

Please sign in to comment.