Skip to content

Commit 8e30fa3

Browse files
committed
Minor smell-fix in test
1 parent 0eae82c commit 8e30fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/bonigarcia/seljup/test/watcher/RecordChromeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class RecordChromeTest {
4343
static SeleniumJupiter seleniumJupiter = new SeleniumJupiter();
4444

4545
@Test
46-
void test(@Watch ChromeDriver driver) throws InterruptedException {
46+
void test(@Watch ChromeDriver driver) {
4747
driver.get(
4848
"https://bonigarcia.dev/selenium-webdriver-java/slow-calculator.html");
4949

0 commit comments

Comments
 (0)