Skip to content

Commit bf64d6c

Browse files
committed
Removed incorrect assertion
1 parent 6f08faa commit bf64d6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/wpunit/TemplateTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ static function ( string $_template_file, bool $require_once, array $args ) use
117117
public function test_get_option_name() {
118118
$template = Config::get_container()->get( Opt_In_Template::class );
119119

120-
$this->assertSame( 'stellarwp/telemetry/show_optin_option_name', $template->get_option_name( self::PLUGIN_SLUG ) );
121120
$this->assertSame( 'stellarwp_telemetry_' . self::PLUGIN_SLUG . '_show_optin', $template->get_option_name( self::PLUGIN_SLUG ) );
122121
}
123122

0 commit comments

Comments
 (0)