Skip to content

Commit

Permalink
linted expense test
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-rakib committed Jun 2, 2024
1 parent e4568e5 commit d89705d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Feature/ExpenseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ public function test_user_can_read_all_expenses()
'id',
'name',
],
'creator'=> [
'creator' => [
'id',
'name'
'name',
],
],
],
Expand Down Expand Up @@ -153,9 +153,9 @@ public function test_user_can_read_one_expense()
'id',
'name',
],
'creator'=> [
'creator' => [
'id',
'name'
'name',
],
]);
}
Expand Down

0 comments on commit d89705d

Please sign in to comment.