From 9769c318bdf02f21fed25e0e8abe57417577305d Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 18 Nov 2024 23:47:53 +0300 Subject: [PATCH] fix CS --- tests/Downloader/MaxMindDownloaderTest.php | 1 - 1 file changed, 1 deletion(-) 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);