Fix camelCase typo

This commit is contained in:
Christoph Atteneder 2018-04-10 15:49:50 +02:00
parent 66fa7222ea
commit 5617a1581e
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -74,7 +74,7 @@ public class SpreadViewModelTest {
}
@Test
public void testfilterSpreadItemsForUniqueOffers() {
public void testFilterSpreadItemsForUniqueOffers() {
OfferBook offerBook = mock(OfferBook.class);
PriceFeedService priceFeedService = mock(PriceFeedService.class);
final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();