Skip to content

Commit

Permalink
added boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbagg1 committed Oct 18, 2023
1 parent 56bddc3 commit 4a082af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/src/Drivers/ChromeDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function stop(): void
$this->process->stop();
}
}

public function isRunning(): bool
{
if ($this->process === null) {
Expand Down

0 comments on commit 4a082af

Please sign in to comment.