We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e251f11 commit 52e8d7dCopy full SHA for 52e8d7d
1 file changed
tests/phpunit/integration/Modules/Analytics_4/Advanced_Tracking/Script_InjectorTest.php
@@ -33,7 +33,7 @@ public function test_inject_event_script() {
33
$context
34
->expects( $this->once() )
35
->method( 'path' )
36
- ->willReturn( dirname( GOOGLESITEKIT_PLUGIN_MAIN_FILE ) . '/assets/js/analytics-advanced-tracking.js' );
+ ->willReturn( dirname( GOOGLESITEKIT_PLUGIN_MAIN_FILE ) . '/assets/js/analytics-advanced-tracking.ts' );
37
38
$script_injector = new Script_Injector( $context );
39
0 commit comments