Skip to content

Commit

Permalink
✨ [#2] Fix licenseplate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Oct 26, 2023
1 parent 6d71b54 commit 10cb978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/formio/components/licenseplate.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ expectAssignable<LicensePlateComponentSchema>({
// different component type
expectNotAssignable<LicensePlateComponentSchema>({
id: 'yejak',
type: 'licenseplate',
type: 'textfield',
key: 'someInput',
label: 'Some input',
validate: {
Expand Down

0 comments on commit 10cb978

Please sign in to comment.