From 09e800e605848de61aa87b8d3940fb8f927bf5f9 Mon Sep 17 00:00:00 2001 From: Maiklins Date: Fri, 3 Jan 2020 18:56:41 +0100 Subject: [PATCH] Update testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java Co-Authored-By: KevinGilmore --- .../cucumberhooks/books/BookStoreWithHooksIntegrationTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java b/testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java index 98c2ec781c..4db8157c21 100644 --- a/testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java +++ b/testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java @@ -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 } } -