Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Mar 26, 2024
1 parent 8e123b1 commit 1a5a739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Canto/TestUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ our %shared_test_results = (
'with_or_from_identifier' => undef,
'curator' => 'Another Testperson <a.n.other.testperson@3926fef56bb23eb871ee91dc2e3fdd7c46ef1385.org>',
'qualifiers' => [],
used_in_interactions_count => 0,
},
);

Expand Down
5 changes: 4 additions & 1 deletion t/80_curs_service_utils.t
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ cmp_deeply($annotation_res,
'gene_name' => 'doa10',
'gene_identifier' => 'SPBC14F5.07',
'with_gene_id' => 2,
used_in_interactions_count => 0,
},
{
'evidence_code' => 'IDA',
Expand Down Expand Up @@ -703,6 +704,7 @@ cmp_deeply($annotation_res,
'with_or_from_identifier' => undef,
'with_gene_id' => undef,
'qualifiers' => [],
used_in_interactions_count => 0,
},
{
'submitter_comment' => undef,
Expand Down Expand Up @@ -741,6 +743,7 @@ cmp_deeply($annotation_res,
'annotation_id' => 1,
'feature_id' => 2,
'publication_uniquename' => 'PMID:19756689',
used_in_interactions_count => 0,
},
{
'evidence_code' => 'UNK',
Expand Down Expand Up @@ -997,7 +1000,7 @@ cmp_deeply($annotation_res,
'interacting_gene_id' => undef,
'feature_b_display_name' => 'sfh1',
'annotation_type' => 'genetic_interaction',
'gene_identifier' => 'SPBC12C2.02c'
'gene_identifier' => 'SPBC12C2.02c',
},
{
'submitter_comment' => '',
Expand Down

0 comments on commit 1a5a739

Please sign in to comment.