From 670b823c236b4c44480bbfdb9cb9cab6b08f69fd Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 5 Oct 2024 10:56:15 +0800 Subject: [PATCH] cs-fix --- tests/SPC/store/DownloaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SPC/store/DownloaderTest.php b/tests/SPC/store/DownloaderTest.php index 6fc11cf1..a9507e08 100644 --- a/tests/SPC/store/DownloaderTest.php +++ b/tests/SPC/store/DownloaderTest.php @@ -104,7 +104,7 @@ class DownloaderTest extends TestCase { $filelist = Downloader::getFromFileList('fake-filelist', [ 'url' => 'https://fakecmd.com/filelist', - 'regex' => '/href="(?filelist-(?[^"]+)\\.tar\\.xz)"/', + 'regex' => '/href="(?filelist-(?[^"]+)\.tar\.xz)"/', ]); $this->assertIsArray($filelist); $this->assertEquals('filelist-4.7.0.tar.xz', $filelist[1]);