Skip to content

Commit a3cb2fd

Browse files
[ECP-9665]Fix RefundDataBuilderTest to solve marketplace submission issue
1 parent 895db61 commit a3cb2fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Test/Unit/Gateway/Request/RefundDataBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ public function testBuild(
253253
}
254254

255255
$orderPaymentCollectionMock->method('getIterator')->willReturn(new \ArrayIterator($objectArray));
256-
257256
}
258257

259258
$this->orderPaymentCollectionFactoryMock->method('create')->willReturn($orderPaymentCollectionMock);

0 commit comments

Comments
 (0)