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

Update Transcript tests to match current rnaproduct test data

parent 7b4fadb6
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
......@@ -278,7 +278,7 @@ is($tr->stable_id, 'ENST00000246229', 'Fetched correct transcript by external na
#
$tr = $ta->fetch_by_rnaproduct_id(1);
is($tr->stable_id, 'ENST00000362147', 'Fetched correct transcript by rnaproduct id');
is($tr->stable_id, 'ENST00000278995', 'Fetched correct transcript by rnaproduct id');
#
# test fetch_by_translation_id
......
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