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 aad53b3 commit 360135f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions t/80_curs_service_utils.t
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ is ($res->{annotation}->{term_ontid}, 'GO:0022857');
is ($res->{annotation}->{term_name}, 'transmembrane transporter activity');
is ($res->{annotation}->{evidence_code}, 'IDA');
is ($res->{annotation}->{submitter_comment}, undef);
is ($res->{annotation}->{curator}, 'Some Testperson <[email protected]>');
is ($res->{annotation}->{curator}, 'Some Testperson');

is ($c2d7_gene->direct_annotations()->count(), 2);

Expand Down Expand Up @@ -637,7 +637,7 @@ cmp_deeply($annotation_res,
'feature_id' => 3,
'qualifiers' => [],
'with_or_from_identifier' => 'SPAC27D7.13c',
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'needs_with' => '1',
'gene_name_or_identifier' => 'doa10',
'is_obsolete_term' => 0,
Expand Down Expand Up @@ -700,7 +700,7 @@ cmp_deeply($annotation_res,
'annotation_type' => 'molecular_function',
'status' => 'new',
'annotation_id' => 3,
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'with_or_from_identifier' => undef,
'with_gene_id' => undef,
'qualifiers' => [],
Expand Down Expand Up @@ -735,7 +735,7 @@ cmp_deeply($annotation_res,
'needs_with' => undef,
'qualifiers' => [],
'with_or_from_identifier' => undef,
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'extension' => [],
'annotation_type' => 'biological_process',
'gene_product' => 'p150-Glued',
Expand Down Expand Up @@ -851,7 +851,7 @@ cmp_deeply($annotation_res,
'annotation_type' => 'phenotype',
'status' => 'new',
'qualifiers' => [],
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'with_or_from_identifier' => undef,
'needs_with' => undef,
'genotype_name' => 'SPCC63.05delta ssm4KE',
Expand Down Expand Up @@ -942,7 +942,7 @@ cmp_deeply($annotation_res,
'annotation_type' => 'phenotype',
'extension' => [],
'status' => 'new',
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'with_or_from_identifier' => undef,
'qualifiers' => [],
'alleles' => [
Expand Down Expand Up @@ -1022,7 +1022,7 @@ cmp_deeply($annotation_res,
'feature_a_id' => 4,
'publication_uniquename' => 'PMID:19756689',
'annotation_type_display_name' => 'physical interaction',
'curator' => 'Some Testperson <[email protected]>',
'curator' => 'Some Testperson',
'feature_a_taxonid' => '4896',
'gene_taxonid' => '4896',
'feature_display_name' => 'SPCC63.05',
Expand Down

0 comments on commit 360135f

Please sign in to comment.