Skip to content

Commit c72db3e

Browse files
committed
BAEL-3444: Corrected typo of test method name
1 parent 473dc2d commit c72db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing-modules/testing-libraries/src/test/java/com/baeldung/cucumber/books/BookStoreRunSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void haveBooksInTheStoreByMap(DataTable table) {
4444
}
4545

4646
@Given("^I have the following books in the store with transformer$")
47-
public void haveBooksInTheStoreByListOfTransformer(BookCatalog catalog) {
47+
public void haveBooksInTheStoreByTransformer(BookCatalog catalog) {
4848
store.addAllBooks(catalog.getBooks());
4949
}
5050

0 commit comments

Comments
 (0)