Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
typo in test function name.
  • Loading branch information
wallclockbuilder committed Mar 11, 2021
1 parent 3b1158a commit dda2570
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void testIsAnyPaymentAccountValidForOffer() {
}

@Test
public void testMaxCharactersForAmountWithNoOffes() {
public void testMaxCharactersForAmountWithNoOffers() {
OfferBook offerBook = mock(OfferBook.class);
final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();

Expand Down Expand Up @@ -283,7 +283,7 @@ public void testMaxCharactersForAmountRange() {
}

@Test
public void testMaxCharactersForVolumeWithNoOffes() {
public void testMaxCharactersForVolumeWithNoOffers() {
OfferBook offerBook = mock(OfferBook.class);
final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();

Expand Down

0 comments on commit dda2570

Please sign in to comment.