Skip to content

Commit

Permalink
Fix "quiteDriver" typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
juangj committed Mar 14, 2017
1 parent 07f6b7a commit e58ad4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void getRemoteServerUrl() {
}

@After
public void quiteDriver() {
public void quitDriver() {
if (localDriver != null) {
localDriver.quit();
}
Expand Down

0 comments on commit e58ad4a

Please sign in to comment.