Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 30, 2024
1 parent be91959 commit 5c29024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Feature/ChartsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ public function testToJson()
'type',
'options',
'series',
], array_keys(
],
array_keys(
json_decode($response->content(), true)
)
);
Expand Down

0 comments on commit 5c29024

Please sign in to comment.