Skip to content

Commit e98607f

Browse files
committed
MAGETWO-32953: Fix Bamboo builds
- Fix outdated references to Magento\Framework\Store\ScopeInterface for newly introduced code
1 parent 76fa1f7 commit e98607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/CheckoutAgreements/Model/CheckoutAgreementsRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\CheckoutAgreements\Model;
77

8-
use Magento\Store\Model\ScopeInterface;
8+
use Magento\Framework\Store\ScopeInterface;
99
use Magento\TestFramework\Helper\ObjectManager;
1010

1111
class CheckoutAgreementsRepositoryTest extends \PHPUnit_Framework_TestCase

0 commit comments

Comments
 (0)