From bf64d6cd6d384a569b62624bf1d6dab7c147446f Mon Sep 17 00:00:00 2001 From: renventura Date: Wed, 22 Jan 2025 11:24:43 -0500 Subject: [PATCH] Removed incorrect assertion --- tests/wpunit/TemplateTest.php | 1 - 1 file changed, 1 deletion(-) 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 ) ); }