From 43647a824f2881e4bc3813fc587ee8677e58a2d3 Mon Sep 17 00:00:00 2001 From: Lukas Gaechter Date: Tue, 12 Sep 2023 10:04:22 +0200 Subject: [PATCH] Fix a test --- tests/test-webp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-webp.php b/tests/test-webp.php index 2bbbaf7..9a60baf 100644 --- a/tests/test-webp.php +++ b/tests/test-webp.php @@ -171,7 +171,7 @@ public function test_timmy_ignores_gif_when_using_webp() { $result = $image->picture_responsive(); $expected = sprintf( - '%2$s', + '%2$s', $this->get_upload_url(), PHP_EOL );