Skip to content

Commit

Permalink
fix type errors in test
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Nov 6, 2023
1 parent a7dcd30 commit 8237262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
labels,
propertyList
}
Expand All @@ -61,6 +62,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
type: 'abc2',
propertyList
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
labels,
propertyList
}
Expand All @@ -69,6 +70,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
type: 'abc2',
propertyList
}
Expand Down

0 comments on commit 8237262

Please sign in to comment.