Skip to content

Commit

Permalink
Update tests for by default enabled bento experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Sep 25, 2022
1 parent 2693272 commit a3ea582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/test-amp-script-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ function ( Element $element ) {
$this->assertArrayHasKey( Extension::FACEBOOK_PAGE, $scripts );
$this->assertArrayNotHasKey( Extension::FACEBOOK, $scripts );
} else {
$this->assertArrayNotHasKey( Extension::FACEBOOK_PAGE, $scripts );
$this->assertArrayHasKey( Extension::FACEBOOK, $scripts );
$this->assertArrayHasKey( Extension::FACEBOOK_PAGE, $scripts );
$this->assertArrayNotHasKey( Extension::FACEBOOK, $scripts );
}
}

Expand Down

0 comments on commit a3ea582

Please sign in to comment.