Skip to content

Commit 15310db

Browse files
committed
Remove extraneous remove_filter() call
1 parent ccb5eda commit 15310db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/php/test-class-amp-schema-org-metadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,5 @@ public function test_empty_metadata_configuration() {
8686

8787
$xpath_query = '//script[ @type = "application/ld+json" ]';
8888
$this->assertEquals( 0, $dom->xpath->query( $xpath_query )->length );
89-
90-
remove_filter( 'amp_schemaorg_metadata', '__return_empty_array' );
9189
}
9290
}

0 commit comments

Comments
 (0)