diff --git a/tests/Mollie/API/Endpoints/SettlementCaptureEndpointTest.php b/tests/Mollie/API/Endpoints/SettlementCaptureEndpointTest.php index 338c0f3a..4887e274 100644 --- a/tests/Mollie/API/Endpoints/SettlementCaptureEndpointTest.php +++ b/tests/Mollie/API/Endpoints/SettlementCaptureEndpointTest.php @@ -95,4 +95,4 @@ public function testListSettlementCaptures() $this->assertInstanceOf(Capture::class, $capture); $this->assertEquals("cpt_4qqhO89gsT", $capture->id); } -} \ No newline at end of file +} diff --git a/tests/SettlementRefundEndpointTest.php b/tests/SettlementRefundEndpointTest.php index 15cd656b..14df7f53 100644 --- a/tests/SettlementRefundEndpointTest.php +++ b/tests/SettlementRefundEndpointTest.php @@ -88,4 +88,4 @@ public function testListSettlementRefunds() $this->assertInstanceOf(Refund::class, $refund); $this->assertEquals("re_3aKhkUNigy", $refund->id); } -} \ No newline at end of file +}