From d00a23987d813476682bc47ba26cd7094e408237 Mon Sep 17 00:00:00 2001 From: thelovekesh Date: Fri, 7 Jul 2023 21:49:08 +0530 Subject: [PATCH] Remove clamp values from tests as they can be dynamic after new WP releases --- tests/php/src/ReaderThemeSupportFeaturesTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/php/src/ReaderThemeSupportFeaturesTest.php b/tests/php/src/ReaderThemeSupportFeaturesTest.php index cf40846c159..b467cb4cc28 100644 --- a/tests/php/src/ReaderThemeSupportFeaturesTest.php +++ b/tests/php/src/ReaderThemeSupportFeaturesTest.php @@ -483,16 +483,15 @@ public function test_print_theme_support_styles_reader( $is_legacy ) { $this->assertStringContainsString( '', $output ); }