Skip to content

Commit

Permalink
feat: fix file upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Badura committed Jan 18, 2024
1 parent 5d48fab commit 88b407b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('ProductPropertyComponent', () => {
}
}

component.onFileUpload(event as any)
component.onFileUpload(event as any, 'logo')

expect(component.formGroup.valid).toBeFalse()
})
Expand Down

0 comments on commit 88b407b

Please sign in to comment.