Update testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
Maiklins 2020-01-03 18:56:41 +01:00 committed by GitHub
parent a58ac8eb3c
commit 09e800e605
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(features = "classpath:features/book-store-with-hooks.feature",
glue ="com.baeldung.cucumberhooks.books"
glue = "com.baeldung.cucumberhooks.books"
)
public class BookStoreWithHooksIntegrationTest implements En {
@ -53,4 +53,3 @@ public class BookStoreWithHooksIntegrationTest implements En {
//code to close browser
}
}