Skip to content

Commit

Permalink
tests - remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 2, 2024
1 parent 1c96061 commit e7f8361
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ public function testMapRefundResponse(array $paymentResponse, array $expectedDat
public function testMapStatusResponse(array $responseData, array $expectedData): void
{
$actualData = $this->responseDataMapper->mapStatusResponse($responseData);
$this->assertEquals($expectedData['refund_time'], $actualData['refund_time']);
$this->assertEquals($expectedData['cancel_time'], $actualData['cancel_time']);
unset($actualData['refund_time'], $expectedData['refund_time']);
unset($actualData['cancel_time'], $expectedData['cancel_time']);

$this->assertArrayHasKey('all', $actualData);
$this->assertIsArray($actualData['all']);
Expand Down

0 comments on commit e7f8361

Please sign in to comment.