From a48ac11899240ce6a18994e4f766555035fa2221 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Fri, 20 Sep 2024 17:46:52 -0700 Subject: [PATCH] Tests! --- tests/phpunit/tests/oembed/filterResult.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/oembed/filterResult.php b/tests/phpunit/tests/oembed/filterResult.php index af7b3212045b5..f385aba3081b7 100644 --- a/tests/phpunit/tests/oembed/filterResult.php +++ b/tests/phpunit/tests/oembed/filterResult.php @@ -108,8 +108,8 @@ public function data_wp_filter_pre_oembed_custom_result() { '
', ), array( - "
", - '
', + "
", + '
', ), ); }