Skip to content

Commit

Permalink
Removed incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
renventura committed Jan 22, 2025
1 parent 6f08faa commit bf64d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/wpunit/TemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static function ( string $_template_file, bool $require_once, array $args ) use
public function test_get_option_name() {
$template = Config::get_container()->get( Opt_In_Template::class );

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

Expand Down

0 comments on commit bf64d6c

Please sign in to comment.