Skip to content

Commit

Permalink
Update GetTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Oct 19, 2024
1 parent 36578ba commit 52ae08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/GetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
->toBeJson()
->json()
->toBe($data);
})->with([['complex array' => [
})->with([['complex_array' => [
'user' => [
'name' => 'Bob Smith',
'age' => '47',
Expand Down

0 comments on commit 52ae08b

Please sign in to comment.