Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 19, 2023
1 parent f6acb27 commit e12fea4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ const renderOptions = {
describe('MetadataTable', () => {
it('shows sections', () => {
const sections: SectionDescriptor[] = [
{ key: 'foo', label: 'Foo', required: true, properties: [] },
{ key: 'foo', label: 'Foo', properties: [] },
{
key: 'bar',
label: 'Bar',
required: false,
properties: [
{ field: 'props.A', value: ['A'] },
{ field: 'props.B', value: ['B'] },
Expand All @@ -59,7 +58,6 @@ describe('MetadataTable', () => {
{
key: 'foo',
label: 'Foo',
required: true,
properties: [],
},
];
Expand Down

0 comments on commit e12fea4

Please sign in to comment.