Skip to content

Commit be0e463

Browse files
committed
Fix the class name
1 parent ce340ab commit be0e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Test/Unit/Service/V1/ModuleServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Covers \Magento\Sales\Model\ValidatorResultMerger
1818
*/
19-
class ValidatorResultMergerTest extends \PHPUnit\Framework\TestCase
19+
class ModuleServiceTest extends \PHPUnit\Framework\TestCase
2020
{
2121
/**
2222
* Testable Object

0 commit comments

Comments
 (0)