Skip to content

Commit e58ad4a

Browse files
committed
Fix "quiteDriver" typo.
1 parent 07f6b7a commit e58ad4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/remote/StartingFirefoxRemotelyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void getRemoteServerUrl() {
5151
}
5252

5353
@After
54-
public void quiteDriver() {
54+
public void quitDriver() {
5555
if (localDriver != null) {
5656
localDriver.quit();
5757
}

0 commit comments

Comments
 (0)