Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Nov 27, 2024
1 parent 006b52f commit aad53b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/60_curs_utils.t
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ sub check_new_annotations
'term_suggestion_name' => undef,
'term_suggestion_definition' => undef,
'with_gene_id' => undef,
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'genotype_identifier' => 'aaaa0007-genotype-test-1',
'taxonid' => undef,
'organism' => {
Expand Down Expand Up @@ -235,7 +235,7 @@ sub check_new_annotations
'term_suggestion_name' => undef,
'term_suggestion_definition' => undef,
'with_gene_id' => undef,
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'genotype_identifier' => 'aaaa0007-genotype-test-2',
'alleles' => [
{
Expand Down

0 comments on commit aad53b3

Please sign in to comment.