Skip to content

Commit

Permalink
fix: test doesn't have default empty array as value
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Feb 5, 2024
1 parent ebf1b31 commit 1dcba36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('List of strings', () => {
}
mockBlueprintGet([blueprint])
const utils = render(
<Form idReference="ds/$1" type="MyBlueprint" formData={data} config={{
<Form idReference="ds/$1" type="MyBlueprint" formData={data || { array: []}} config={{
attributes: [
{
type: "dm-core-plugins/form/fields/ArrayField",
Expand Down

0 comments on commit 1dcba36

Please sign in to comment.