diff --git a/tests/Unit/Config/PluginConfigurationTest.php b/tests/Unit/Config/PluginConfigurationTest.php index 07272ca..e916db2 100644 --- a/tests/Unit/Config/PluginConfigurationTest.php +++ b/tests/Unit/Config/PluginConfigurationTest.php @@ -107,11 +107,11 @@ public function provideExcludes(): \Generator ]; yield 'Exclude specific and wildcard' => [ - ['inpsyde/google-tag-manager', 'wpackagist-plugins/*'], + ['inpsyde/google-tag-manager', 'wpackagist-plugin/*'], [ 'inpsyde/google-tag-manager' => true, - 'wpackagist-plugins/wordpress-seo' => true, - 'wpackagist-themes/twentytwenty' => false, + 'wpackagist-plugin/wordpress-seo' => true, + 'wpackagist-theme/twentytwenty' => false, 'inpsyde/multilingualpress' => false, ], ];