diff --git a/tests/wpunit/TemplateTest.php b/tests/wpunit/TemplateTest.php index 79988ab..d2ff603 100644 --- a/tests/wpunit/TemplateTest.php +++ b/tests/wpunit/TemplateTest.php @@ -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 ) ); }