Skip to content

Commit

Permalink
Improve the test and kick off CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and hellofromtonya committed Jul 6, 2023
1 parent e392dca commit 41860aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function test_should_return_no_fonts_when_no_fonts_defined() {
switch_theme( 'block-theme' );

$fonts = WP_Font_Face_Resolver::get_fonts_from_theme_json();
$this->assertEmpty( $fonts );
$this->assertSame( array() );
}

/**
Expand Down

0 comments on commit 41860aa

Please sign in to comment.