File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Test/Unit/Model/ResourceModel/Provider Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ public function __construct(
70
70
$ this ->orderIdField = $ orderIdField ;
71
71
$ this ->joins = $ joins ;
72
72
$ this ->columns = $ columns ;
73
- $ this ->idListProvider = $ idListProvider ?: ObjectManager::getInstance ()->get (NotSyncedDataProviderInterface::class);
73
+ $ this ->idListProvider =
74
+ $ idListProvider ?: ObjectManager::getInstance ()->get (NotSyncedDataProviderInterface::class);
74
75
parent ::__construct ($ context , $ connectionName );
75
76
}
76
77
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function testGetEmpty()
45
45
}
46
46
47
47
/**
48
- * @covers \Magento\Sales\Model\ResourceModel\Provider\NotSyncedDataProvider::get
48
+ * @covers \Magento\Sales\Model\ResourceModel\Provider\NotSyncedDataProvider::getIds
49
49
*/
50
50
public function testGet ()
51
51
{
You can’t perform that action at this time.
0 commit comments