From 58d82514501757faed7a9dfe17e364d2ef4960b8 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Wed, 6 Apr 2022 12:19:52 +0100 Subject: [PATCH] fix test --- phpunit/class-elements-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/class-elements-test.php b/phpunit/class-elements-test.php index 3c3f8c192fd686..de6e7e069e60af 100644 --- a/phpunit/class-elements-test.php +++ b/phpunit/class-elements-test.php @@ -129,7 +129,7 @@ public function test_simple_paragraph_link_color_footer() { ); $this->assertSame( $result, - '.wp-elements-1 a{color:var(--wp--preset--color--subtle-background);}' + '.wp-elements-1 a{color: var(--wp--preset--color--subtle-background);}' ); } }