Skip to content

Commit

Permalink
get list of timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
timiajayi committed Aug 7, 2024
1 parent 3e32a49 commit 5a0b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/TimezoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function test_can_retrieve_all_timezones()
'status',
'message',
'data' => [
'*' => ['id', 'name', 'offset']
'*' => ['id', 'name','offset']
]
]);
}
Expand Down

0 comments on commit 5a0b14e

Please sign in to comment.