diff --git a/tests/Downloader/MaxMindDownloaderTest.php b/tests/Downloader/MaxMindDownloaderTest.php index cb2637c..844d3d5 100644 --- a/tests/Downloader/MaxMindDownloaderTest.php +++ b/tests/Downloader/MaxMindDownloaderTest.php @@ -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);