Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Gribanov committed Nov 18, 2024
1 parent a064e0a commit 9769c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Downloader/MaxMindDownloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function testDownload(): void
$this->assertFileExists($origin_file);
$this->assertSame('TestGeoLite2', file_get_contents($origin_file));
} else {

$this->assertSame($url, $origin_file);
$this->assertMatchesRegularExpression($tmp_zip_regexp, $target_file);

Expand Down

0 comments on commit 9769c31

Please sign in to comment.