Skip to content

Commit

Permalink
Fix expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 14, 2024
1 parent 6b1f807 commit 5bb37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/includes/test-admin-notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function provide_test_sanitize_type() {
// Supported.
array(
'type' => 'error',
'expected_result' => 'notice-warning',
'expected_result' => 'notice-error',
),
array(
'type' => 'warning',
Expand Down

0 comments on commit 5bb37ff

Please sign in to comment.