Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
Refs #2740
  • Loading branch information
kimrutherford committed Mar 13, 2024
1 parent d00894e commit 8a32c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/80_curs_service_utils.t
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ cmp_deeply($annotation_res,
],
interaction_annotations_with_phenotypes => [],
interaction_annotations => [],
used_in_interactions_count => 0,
},
{
'evidence_code' => 'Co-immunoprecipitation experiment',
Expand Down Expand Up @@ -958,6 +959,7 @@ cmp_deeply($annotation_res,
],
interaction_annotations_with_phenotypes => [],
interaction_annotations => [],
used_in_interactions_count => 0,
},
$cycloheximide_annotation_res,
$post_translational_modification_res,
Expand Down

0 comments on commit 8a32c63

Please sign in to comment.