Skip to content

Commit 6bf8b33

Browse files
author
NazarKlovanych
committed
Fix wrong class name for Unit test
1 parent 28c84eb commit 6bf8b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Cron/DeleteAbandonedStoreFlatTablesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* @covers \Magento\Catalog\Cron\DeleteAbandonedStoreFlatTables
1515
*/
16-
class AvailabilityCheckerTest extends \PHPUnit\Framework\TestCase
16+
class DeleteAbandonedStoreFlatTablesTest extends \PHPUnit\Framework\TestCase
1717
{
1818
/**
1919
* Testable Object

0 commit comments

Comments
 (0)