BAEL-3444: Corrected typo of test method name

This commit is contained in:
Justin Albano
2019-11-15 10:24:27 -05:00
parent 473dc2df5b
commit c72db3e57b

View File

@@ -44,7 +44,7 @@ public class BookStoreRunSteps {
}
@Given("^I have the following books in the store with transformer$")
public void haveBooksInTheStoreByListOfTransformer(BookCatalog catalog) {
public void haveBooksInTheStoreByTransformer(BookCatalog catalog) {
store.addAllBooks(catalog.getBooks());
}