Skip to content

Commit

Permalink
meh, copy/pasta typo-error
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 21, 2021
1 parent 9df36c9 commit c2553bc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,9 @@ public function data_is_valid_schema_with_invalid() {
'font-style' => 'normal',
'font-weight' => '400',
),
'expected_message' => array(
'Webfont provider must be a non-empty string.',
'expected_message' => 'Webfont provider must be a non-empty string.',
),
'provider: not registered' => array(
'provider: not registered' => array(
'webfont' => array(
'provider' => 'some-provider',
'font-style' => 'normal',
Expand Down

0 comments on commit c2553bc

Please sign in to comment.