From 9df140567b2f0d20163e1be1c028a37e7db12a09 Mon Sep 17 00:00:00 2001 From: ramonjd Date: Mon, 22 Nov 2021 12:14:24 +1100 Subject: [PATCH] Updating tests --- phpunit/block-supports/spacing-test.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpunit/block-supports/spacing-test.php b/phpunit/block-supports/spacing-test.php index 304fce56558a9b..0563f1dcf06838 100644 --- a/phpunit/block-supports/spacing-test.php +++ b/phpunit/block-supports/spacing-test.php @@ -78,7 +78,7 @@ function test_spacing_gap_block_support_renders_block_inline_style() { ); $this->assertSame( - '
Test
', + '
Test
', $render_output ); } @@ -117,7 +117,7 @@ function test_spacing_gap_block_support_renders_block_inline_style_with_inner_ta ); $this->assertSame( - '

Test

', + '

Test

', $render_output ); } @@ -130,7 +130,7 @@ function test_spacing_gap_block_support_renders_block_inline_style_with_no_other ); $this->assertSame( - '

Test

', + '

Test

', $render_output ); } @@ -143,7 +143,7 @@ function test_spacing_gap_block_support_renders_appended_block_inline_style() { ); $this->assertSame( - '

Test

', + '

Test

', $render_output ); }