We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473dc2d commit c72db3eCopy full SHA for c72db3e
testing-modules/testing-libraries/src/test/java/com/baeldung/cucumber/books/BookStoreRunSteps.java
@@ -44,7 +44,7 @@ public void haveBooksInTheStoreByMap(DataTable table) {
44
}
45
46
@Given("^I have the following books in the store with transformer$")
47
- public void haveBooksInTheStoreByListOfTransformer(BookCatalog catalog) {
+ public void haveBooksInTheStoreByTransformer(BookCatalog catalog) {
48
store.addAllBooks(catalog.getBooks());
49
50
0 commit comments