Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Apr 6, 2022
1 parent 8e6e300 commit 58d8251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-elements-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);}'
);
}
}

0 comments on commit 58d8251

Please sign in to comment.