Skip to content

Commit e372138

Browse files
author
Cari Spruiell
committed
MAGETWO-38060: Fix test coverage builds
- fix namespace
1 parent 1fcf058 commit e372138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Test/Unit/Model/Oauth/ConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Integration\Model\Oauth;
6+
namespace Magento\Integration\Test\Unit\Model\Oauth;
77

88
use Magento\Framework\Url\Validator as UrlValidator;
99
use Magento\Integration\Model\Oauth\Consumer\Validator\KeyLength;

0 commit comments

Comments
 (0)