Skip to content

Commit

Permalink
Add new line at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed May 23, 2023
1 parent b71f5a0 commit a306b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/TestPaymentMethodRequestsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
2 changes: 1 addition & 1 deletion tests/Unit/TestPaymentTransactionRequestsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
2 changes: 1 addition & 1 deletion tests/Unit/TestWalletRequestsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

0 comments on commit a306b8b

Please sign in to comment.