Skip to content

Commit feb0e4f

Browse files
ACQE-8858: Verify that The store that was requested should be visible on credit memo grid page in admin
- Fixed static failures
1 parent 3a1d519 commit feb0e4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/StoreWithNumericNameCreditmemoWorkflowTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,11 +492,10 @@ private function findCreditmemoInList(CreditmemoInterface $targetCreditmemo, arr
492492
* Tests how store names with numeric prefixes are displayed
493493
*
494494
* @param CreditmemoInterface $creditmemo
495-
* @param OrderInterface $order
496495
* @param StoreInterface $store
497496
* @return void
498497
*/
499-
private function verifyStoreNameRenderingInGrid(CreditmemoInterface $creditmemo, OrderInterface $order, StoreInterface $store): void
498+
private function verifyStoreNameRenderingInGrid(CreditmemoInterface $creditmemo, StoreInterface $store): void
500499
{
501500
// Test store name rendering using the store renderer that would be used in grids
502501
$storeRenderer = $this->objectManager->create(StoreRenderer::class);

0 commit comments

Comments
 (0)