diff --git a/tests/Unit/TestPaymentMethodRequestsTrait.php b/tests/Unit/TestPaymentMethodRequestsTrait.php index b2f0ff7..edd65c6 100644 --- a/tests/Unit/TestPaymentMethodRequestsTrait.php +++ b/tests/Unit/TestPaymentMethodRequestsTrait.php @@ -67,4 +67,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +} diff --git a/tests/Unit/TestPaymentTransactionRequestsTrait.php b/tests/Unit/TestPaymentTransactionRequestsTrait.php index a1c4d35..dca9adf 100644 --- a/tests/Unit/TestPaymentTransactionRequestsTrait.php +++ b/tests/Unit/TestPaymentTransactionRequestsTrait.php @@ -62,4 +62,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +} diff --git a/tests/Unit/TestWalletRequestsTrait.php b/tests/Unit/TestWalletRequestsTrait.php index 1876dfb..70d0a4a 100644 --- a/tests/Unit/TestWalletRequestsTrait.php +++ b/tests/Unit/TestWalletRequestsTrait.php @@ -35,4 +35,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +}