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 84cc8cd commit d00894e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/60_curs_utils.t
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ sub check_new_annotations
checked => 'no',
interaction_annotations_with_phenotypes => [],
interaction_annotations => [],
used_in_interactions_count => 0,
},
{
'publication_uniquename' => 'PMID:19756689',
Expand Down Expand Up @@ -254,6 +255,7 @@ sub check_new_annotations
checked => 'no',
interaction_annotations_with_phenotypes => [],
interaction_annotations => [],
used_in_interactions_count => 0,
}
]);
}
Expand Down

0 comments on commit d00894e

Please sign in to comment.