Skip to content

Commit

Permalink
Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 20, 2022
1 parent e32c7d4 commit 31fbd7f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,14 @@ public function test_get_item() {

$this->assertEquals(
array(
'id' => self::$global_styles_id,
'title' => array(
'id' => self::$global_styles_id,
'title' => array(
'raw' => 'Custom Styles',
'rendered' => 'Custom Styles',
),
'settings' => new stdClass(),
'styles' => new stdClass(),
'settings' => new stdClass(),
'styles' => new stdClass(),
'revisions' => array(),
),
$data
);
Expand Down

1 comment on commit 31fbd7f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3737916989
📝 Reported issues:

Please sign in to comment.