mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #2125 from ripcurlx/ignore-mono-space-tests
Ignore monospace spacing tests until re-introduced again
This commit is contained in:
commit
40b3032f79
@ -405,6 +405,7 @@ public class OfferBookViewModelTest {
|
||||
assertEquals(10, model.maxPlacesForMarketPriceMargin.intValue()); //" (-10.00%)"
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testGetPrice() {
|
||||
OfferBook offerBook = mock(OfferBook.class);
|
||||
|
@ -34,6 +34,7 @@ import org.powermock.core.classloader.annotations.PrepareForTest;
|
||||
import org.powermock.modules.junit4.PowerMockRunner;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@ -179,6 +180,7 @@ public class BSFormatterTest {
|
||||
assertEquals("0.1000 - 0.2000", formatter.formatAmount(offer, 4, true, 15));
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testFormatAmountWithAlignmenWithDecimalsNoRange() {
|
||||
OfferPayload offerPayload = mock(OfferPayload.class);
|
||||
|
Loading…
Reference in New Issue
Block a user