Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Oct 8, 2024
1 parent 2b83526 commit 3c9f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ protected function initAssetDefinition(
'is_active' => true,
'capacities' => $capacities,
'profiles' => $profiles,
'fields_display' => '[]',
'fields_display' => [],
],
skip_fields: ['capacities', 'profiles'] // JSON encoded fields cannot be automatically checked
);
Expand Down

0 comments on commit 3c9f33d

Please sign in to comment.