Skip to content

Commit

Permalink
Use valid blog_charset value in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Nov 13, 2024
1 parent bfcf0d1 commit 9d4315d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function test_sync_default_options() {
'stylesheet' => 'test',
'blogname' => 'test',
'blogdescription' => 'banana',
'blog_charset' => 'stuffs',
'blog_charset' => 'utf-8',
'permalink_structure' => '%postname%',
'category_base' => 'orange',
'tag_base' => 'apple',
Expand Down

0 comments on commit 9d4315d

Please sign in to comment.