Skip to content

Commit

Permalink
chore: wip debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Aug 14, 2024
1 parent 406d619 commit 5515c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CoreTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function test_retrieve_core_table_attribute_fields() {
}
';
$actual = graphql( array( 'query' => $query ) );
print_r($actual);
$node = $actual['data']['posts']['nodes'][0];
$this->assertEquals( $node['editorBlocks'][0]['name'], 'core/table' );
// There should be only one block using that query when not using flat: true
Expand Down

0 comments on commit 5515c16

Please sign in to comment.