Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
as247 committed Mar 23, 2023
1 parent b0039fc commit 086c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ class UpdateCommand extends Command
/**
* URL to the ChromeDriver download.
*/
protected string $downloadUrl = 'https://chromedriver.storage.googleapis.com/%s/chromedriver_%s.zip';
protected $downloadUrl = 'https://chromedriver.storage.googleapis.com/%s/chromedriver_%s.zip';

/**
* Download slugs for the available operating systems.
*
* @var array<string, string>
*/
protected array $slugs = [
protected $slugs = [
'linux' => 'linux64',
'mac' => 'mac64',
'mac-intel' => 'mac64',
Expand Down

0 comments on commit 086c116

Please sign in to comment.