Tests: Correct test class name for WP_Duotone unit tests.

Follow-up to [56101].

Props cbravobernal.
Fixes #59696.

git-svn-id: https://develop.svn.wordpress.org/trunk@56981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-10-21 10:19:55 +00:00
parent 67476285c2
commit 33cb0d24dc

View File

@@ -8,7 +8,7 @@
* @package WordPress
*/
class Tests_Block_Supports_DuoTones extends WP_UnitTestCase {
class Tests_Block_Supports_Duotone extends WP_UnitTestCase {
/**
* Cleans up CSS added to block-supports from duotone styles. We neeed to do this
* in order to avoid impacting other tests.