Skip to content

Commit

Permalink
[TASK] MSI magento#204: Add new testcase for check no affect other so…
Browse files Browse the repository at this point in the history
…urces with replace behavior
  • Loading branch information
larsroettig committed Nov 18, 2017
1 parent 428058c commit 6400c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function testImportDataWithReplaceBehavior()
* @magentoDataFixture ../../../../app/code/Magento/InventoryApi/Test/_files/source_items.php
* @magentoDataFixture ../../../../app/code/Magento/InventoryApi/Test/_files/stock_source_link.php
*/
public function testImportDataWithReplaceBehaviorNoAffectNotMatchingEntrys()
public function testImportDataWithReplaceBehaviorNoAffectOtherSources()
{
$searchCriteria = $this->searchCriteriaBuilder->create();
$beforeImportData = $this->getSourceItemList($searchCriteria);
Expand Down

0 comments on commit 6400c03

Please sign in to comment.