Skip to content

Commit 597e936

Browse files
committed
Update RNA type
1 parent 650554b commit 597e936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rnacentral/portal/tests/test_rna_type.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def test_gets_mirna_over_pirna(self):
3131

3232

3333
class HumanTests(GenericRnaTypeTest):
34-
# TODO: review this test. The RNA type was changed in Release 24
35-
def _test_if_has_both_anti_and_lnc_likes_lnc(self):
36-
self.assertRnaTypeIs("lncRNA", "URS0000732D5D", taxid=9606)
34+
# The RNA type of this entry was changed in Release 24. It used to be lncRNA.
35+
def test_if_has_both_anti_and_lnc_likes_lnc(self):
36+
self.assertRnaTypeIs("antisense_RNA", "URS0000732D5D", taxid=9606)
3737

3838

3939
class MouseTests(GenericRnaTypeTest):

0 commit comments

Comments
 (0)