Skip to content

Commit b4375fe

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- Fixed static tests
1 parent a9133c2 commit b4375fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Swagger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
9+
"magento/framework": "100.3.*"
1010
},
1111
"type": "magento2-module",
1212
"version": "100.3.0-dev",

app/code/Magento/SwaggerWebapiAsync/Test/Unit/Model/SchemaType/AsyncTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\SwaggerWebapi\Test\Unit\Model\SchemaType;
7+
namespace Magento\SwaggerWebapiAsync\Test\Unit\Model\SchemaType;
88

99
use Magento\Swagger\Api\Data\SchemaTypeInterface;
1010
use Magento\SwaggerWebapiAsync\Model\SchemaType\Async;

0 commit comments

Comments
 (0)