Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed May 23, 2024
1 parent f402b5c commit 87d4378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/integration/tests/Integrations/Site_Kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function test_init_analytics_module_active(): void {
$this->instance->register();

$this->assertSame( 10, has_filter( 'googlesitekit_amp_gtag_opt', [ $this->instance, 'filter_site_kit_gtag_opt' ] ) );
$this->assertSame( 5, has_action( 'web_stories_print_analytics', [ $analytics, 'print_analytics_tag' ] ) );
$this->assertSame( 10, has_action( 'web_stories_print_analytics', [ $analytics, 'print_analytics_tag' ] ) );
}

/**
Expand Down

0 comments on commit 87d4378

Please sign in to comment.