Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Mar 22, 2024
1 parent a337872 commit 06c775e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions website/src/components/SequenceDetailsPage/getTableData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,55 +75,49 @@ describe('getTableData', () => {
label: 'Metadata field1',
name: 'metadataField1',
value: 'N/A',
customDisplay: null,
customDisplay: undefined,
},
{
label: 'Metadata field2',
name: 'metadataField2',
value: 'N/A',
customDisplay: null,
customDisplay: undefined,
},
{
label: 'Timestamp field',
name: 'timestampField',
value: 'N/A',
customDisplay: null,
customDisplay: undefined,
},
{
label: 'Nucleotide substitutions',
name: 'nucleotideSubstitutions',
value: '',
customDisplay: null,
},
{
label: 'Nucleotide deletions',
name: 'nucleotideDeletions',
value: '',
customDisplay: null,
},
{
label: 'Nucleotide insertions',
name: 'nucleotideInsertions',
value: '',
customDisplay: null,
},
{
label: 'Amino acid substitutions',
name: 'aminoAcidSubstitutions',
value: '',
customDisplay: null,
},
{
label: 'Amino acid deletions',
name: 'aminoAcidDeletions',
value: '',
customDisplay: null,
},
{
label: 'Amino acid insertions',
name: 'aminoAcidInsertions',
value: '',
customDisplay: null,
},
]),
);
Expand Down

0 comments on commit 06c775e

Please sign in to comment.