Skip to content

Commit 94fbdb0

Browse files
committed
fix: failing unit test
1 parent c434fca commit 94fbdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/addons/Test_Wp_Seopress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public function test_buffer_output_tag_wp_seopress() {
1919
$content = Wp_Seopress::get_svn_file_content( 'inc/functions/options-google-analytics.php' );
2020

2121
// test the content
22-
$this->assertNotFalse( strpos( $content, "add_action('seopress_google_analytics_html', 'seopress_google_analytics_js', 10, 1);" ) );
22+
$this->assertNotFalse( strpos( $content, "add_action( 'seopress_google_analytics_html', 'seopress_google_analytics_js', 10, 1 );" ) );
2323
}
2424
}

0 commit comments

Comments
 (0)