This commit is contained in:
mikr 2019-12-29 15:41:23 +01:00
parent 21b8a4b067
commit a58ac8eb3c
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ public class BookStoreRunSteps {
public void setUp() {
store = new BookStore();
foundBooks = new ArrayList<>();
System.out.print("Book store steps run simple");
}
@Given("^I have the following books in the store$")