mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Fix
typo in test function name.
This commit is contained in:
parent
3b1158a908
commit
dda2570ee6
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ public class OfferBookViewModelTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testMaxCharactersForAmountWithNoOffes() {
|
||||
public void testMaxCharactersForAmountWithNoOffers() {
|
||||
OfferBook offerBook = mock(OfferBook.class);
|
||||
final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();
|
||||
|
||||
|
@ -283,7 +283,7 @@ public class OfferBookViewModelTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testMaxCharactersForVolumeWithNoOffes() {
|
||||
public void testMaxCharactersForVolumeWithNoOffers() {
|
||||
OfferBook offerBook = mock(OfferBook.class);
|
||||
final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue