BAEL-3444: Corrected typo of test method name
This commit is contained in:
parent
423a529f56
commit
530507243a
@ -44,7 +44,7 @@ public class BookStoreRunSteps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Given("^I have the following books in the store with transformer$")
|
@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());
|
store.addAllBooks(catalog.getBooks());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user