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 42e5059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ 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
skip_fields: ['capacities', 'profiles', 'fields_display'] // JSON encoded fields cannot be automatically checked
);
$this->array($this->callPrivateMethod($definition, 'getDecodedCapacitiesField'))->isEqualTo($capacities);
$this->array($this->callPrivateMethod($definition, 'getDecodedProfilesField'))->isEqualTo($profiles);
Expand Down

0 comments on commit 42e5059

Please sign in to comment.