mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Improve test coverage.
This commit is contained in:
@@ -118,8 +118,8 @@ class AccountTransformer extends TransformerAbstract
|
||||
|
||||
$data = [
|
||||
'id' => (int)$account->id,
|
||||
'updated_at' => $account->updated_at->toAtomString(),
|
||||
'created_at' => $account->created_at->toAtomString(),
|
||||
'updated_at' => $account->updated_at->toAtomString(),
|
||||
'active' => 1 === (int)$account->active,
|
||||
'name' => $account->name,
|
||||
'type' => $type,
|
||||
|
||||
Reference in New Issue
Block a user