Skip to content

Commit 7c4e33c

Browse files
kamal-kaur04francisf
authored andcommitted
revert removal of throwing exception
1 parent 77d36d0 commit 7c4e33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/browserstack/LocalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class LocalTest extends BrowserStackRemoteTest {
77

88
@Test
9-
public void test() {
9+
public void test() throws Exception {
1010
driver.get("http://bs-local.com:45454/");
1111

1212
Assert.assertTrue(driver.getTitle().contains("BrowserStack Local"));

0 commit comments

Comments
 (0)