Skip to content

Commit

Permalink
fix test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Sep 20, 2024
1 parent 216ea50 commit acc8f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('DynamicTable component', () => {
},
];

it.each(['[]', 'null', 'undefined', undefined, null])(
it.each(['[]', undefined, null])(
'renders null value for empty/invalid input %s',
(v) => {
const { container } = render(<DynamicTable properties={properties} values={v} />);
Expand Down

0 comments on commit acc8f67

Please sign in to comment.