Skip to content
Snippets Groups Projects
Commit 7dd7b5a3 authored by Marek Szuba's avatar Marek Szuba
Browse files

Add test for RNAProductAdaptor::fetch_all_by_external_name()

parent cc92dcda
No related branches found
No related tags found
2 merge requests!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema,!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema
......@@ -276,6 +276,9 @@ subtest 'xref functionality' => sub {
'get_all_xrefs() is a alias of get_all_DBEntries()');
};
my $rp_exts = $rp_a->fetch_all_by_external_name('hsa-miR-1-3p');
cmp_ok(scalar @$rp_exts, '>', 0, 'Can fetch RNAProduct by external ID');
# TODO: More RNAProductAdaptor tests
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment