BAEL-3444: Corrected typo of test method name

This commit is contained in:
Justin Albano 2019-11-15 10:24:27 -05:00
parent 423a529f56
commit 530507243a
1 changed files with 1 additions and 1 deletions

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());
}