Skip to content

Commit

Permalink
Remove extraneous remove_filter() call
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed May 14, 2021
1 parent ccb5eda commit 15310db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/php/test-class-amp-schema-org-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,5 @@ public function test_empty_metadata_configuration() {

$xpath_query = '//script[ @type = "application/ld+json" ]';
$this->assertEquals( 0, $dom->xpath->query( $xpath_query )->length );

remove_filter( 'amp_schemaorg_metadata', '__return_empty_array' );
}
}

0 comments on commit 15310db

Please sign in to comment.