Skip to content

Commit 4de4ebd

Browse files
committed
Fixed Unit test namespace
1 parent 71b184e commit 4de4ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Console/Command/CompareSourceCommandApiClassesTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Tools\SemanticVersionChecker\Test\Unit\Console\Command;
6+
namespace Magento\SemanticVersionChecker\Test\Unit\Console\Command;
77

88
use Magento\SemanticVersionChecker\Test\Unit\Console\Command\CompareSourceCommandTest\AbstractTestCase;
99

@@ -461,4 +461,4 @@ public function changesDataProvider()
461461
]
462462
];
463463
}
464-
}
464+
}

0 commit comments

Comments
 (0)