<!--- Thank you for contributing to Magento. To help us process this issue we recommend that you add the following information: - Summary of the issue, - Information on your environment, - Steps to reproduce, - Expected and actual results, Please also have a look at our guidelines article before adding a new issue https://github.com/magento/magento2/wiki/Issue-reporting-guidelines --> ### Preconditions <!--- Please provide as detailed information about your environment as possible. For example Magento version, tag, HEAD, PHP & MySQL version, etc.. --> 1. Magento with MSI ### Steps to reproduce <!--- It is important to provide a set of clear steps to reproduce this bug. If relevant please include code samples --> 1. Observe [source_items_rollback.php](https://github.com/magento-engcom/msi/blob/2.3-develop/app/code/Magento/InventoryApi/Test/_files/source_items_rollback.php) and [source_items_on_default_source_rollback](https://github.com/magento-engcom/msi/blob/2.3-develop/app/code/Magento/InventoryCatalog/Test/_files/source_items_on_default_source_rollback.php) ### Expected result <!--- Tell us what should happen --> 1. There should be no code duplication, therefore Magento\Test\Php\LiveCodeTest::testCopyPaste should not fail. ### Actual result <!--- Tell us what happens instead --> 1. Both files almost identical, which cause failure of Magento\Test\Php\LiveCodeTest::testCopyPaste.
Preconditions
Steps to reproduce
Expected result
Actual result