Skip to content

Commit

Permalink
Merge pull request #49 from achmadhadikurnia/main
Browse files Browse the repository at this point in the history
fix: test bugs
  • Loading branch information
achmadhadikurnia authored Apr 1, 2024
2 parents fd9927c + b9229ac commit e9c5398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ReferensiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
'jenis-diklat' => [
'method' => 'getJenisDiklat',
],
])->each(function ($endpoint) {
$testName = \Illuminate\Support\Str::of($endpoint)
])->each(function ($endpoint, $key) {
$testName = \Illuminate\Support\Str::of($key)
->headline()
->lower();
$method = $endpoint['method'];
Expand Down

0 comments on commit e9c5398

Please sign in to comment.