Skip to content

Commit

Permalink
Update template controller unit test now that author support is in WP…
Browse files Browse the repository at this point in the history
… core (#36987)
  • Loading branch information
talldan committed Nov 30, 2021
1 parent 9724a3f commit 47f10dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit/class-gutenberg-rest-template-controller-test.php
Expand Up @@ -278,7 +278,7 @@ public function test_create_item() {
'has_theme_file' => false,
'is_custom' => true,
'origin' => null,
'author' => 0,
'author' => self::$admin_id,
),
$data
);
Expand Down Expand Up @@ -318,7 +318,7 @@ public function test_create_item() {
'area' => 'header',
'has_theme_file' => false,
'origin' => null,
'author' => 0,
'author' => self::$admin_id,
),
$data
);
Expand Down

0 comments on commit 47f10dc

Please sign in to comment.