From e27a5e1a23ea125166d5c92698a3dcb8f4749cb5 Mon Sep 17 00:00:00 2001 From: Luke Rodgers Date: Tue, 4 Jun 2024 16:08:59 +0100 Subject: [PATCH] Fix test ```diff -| INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_status_data_production_submitted_hash |\n +| INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_status_data_prod_submitted_hash |\n ``` --- .../functional/expected_output/magentom24-show-info.out.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/phpunit/functional/expected_output/magentom24-show-info.out.txt b/dev/phpunit/functional/expected_output/magentom24-show-info.out.txt index 899ffd8..6f62272 100644 --- a/dev/phpunit/functional/expected_output/magentom24-show-info.out.txt +++ b/dev/phpunit/functional/expected_output/magentom24-show-info.out.txt @@ -84,7 +84,7 @@ | INFO | DB schema added | vendor/magento/module-page-builder/etc/db_schema.xml | pagebuilder_template | | INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_data_production_submitted_hash | | INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_data_sandbox_submitted_hash | -| INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_status_data_production_submitted_hash | +| INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_status_data_prod_submitted_hash | | INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_order_status_data_sandbox_submitted_hash | | INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_store_data_production_submitted_hash | | INFO | DB schema added | vendor/magento/module-payment-services-saas-export/etc/db_schema.xml | payment_services_store_data_sandbox_submitted_hash |