Skip to content

Commit 360135f

Browse files
committed
Fix failing test
1 parent aad53b3 commit 360135f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

t/80_curs_service_utils.t

+7-7
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ is ($res->{annotation}->{term_ontid}, 'GO:0022857');
489489
is ($res->{annotation}->{term_name}, 'transmembrane transporter activity');
490490
is ($res->{annotation}->{evidence_code}, 'IDA');
491491
is ($res->{annotation}->{submitter_comment}, undef);
492-
is ($res->{annotation}->{curator}, 'Some Testperson <[email protected]>');
492+
is ($res->{annotation}->{curator}, 'Some Testperson');
493493

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

@@ -637,7 +637,7 @@ cmp_deeply($annotation_res,
637637
'feature_id' => 3,
638638
'qualifiers' => [],
639639
'with_or_from_identifier' => 'SPAC27D7.13c',
640-
'curator' => 'Some Testperson <[email protected]>',
640+
'curator' => 'Some Testperson',
641641
'needs_with' => '1',
642642
'gene_name_or_identifier' => 'doa10',
643643
'is_obsolete_term' => 0,
@@ -700,7 +700,7 @@ cmp_deeply($annotation_res,
700700
'annotation_type' => 'molecular_function',
701701
'status' => 'new',
702702
'annotation_id' => 3,
703-
'curator' => 'Some Testperson <[email protected]>',
703+
'curator' => 'Some Testperson',
704704
'with_or_from_identifier' => undef,
705705
'with_gene_id' => undef,
706706
'qualifiers' => [],
@@ -735,7 +735,7 @@ cmp_deeply($annotation_res,
735735
'needs_with' => undef,
736736
'qualifiers' => [],
737737
'with_or_from_identifier' => undef,
738-
'curator' => 'Some Testperson <[email protected]>',
738+
'curator' => 'Some Testperson',
739739
'extension' => [],
740740
'annotation_type' => 'biological_process',
741741
'gene_product' => 'p150-Glued',
@@ -851,7 +851,7 @@ cmp_deeply($annotation_res,
851851
'annotation_type' => 'phenotype',
852852
'status' => 'new',
853853
'qualifiers' => [],
854-
'curator' => 'Some Testperson <[email protected]>',
854+
'curator' => 'Some Testperson',
855855
'with_or_from_identifier' => undef,
856856
'needs_with' => undef,
857857
'genotype_name' => 'SPCC63.05delta ssm4KE',
@@ -942,7 +942,7 @@ cmp_deeply($annotation_res,
942942
'annotation_type' => 'phenotype',
943943
'extension' => [],
944944
'status' => 'new',
945-
'curator' => 'Some Testperson <[email protected]>',
945+
'curator' => 'Some Testperson',
946946
'with_or_from_identifier' => undef,
947947
'qualifiers' => [],
948948
'alleles' => [
@@ -1022,7 +1022,7 @@ cmp_deeply($annotation_res,
10221022
'feature_a_id' => 4,
10231023
'publication_uniquename' => 'PMID:19756689',
10241024
'annotation_type_display_name' => 'physical interaction',
1025-
'curator' => 'Some Testperson <[email protected]>',
1025+
'curator' => 'Some Testperson',
10261026
'feature_a_taxonid' => '4896',
10271027
'gene_taxonid' => '4896',
10281028
'feature_display_name' => 'SPCC63.05',

0 commit comments

Comments
 (0)