We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650554b commit 597e936Copy full SHA for 597e936
rnacentral/portal/tests/test_rna_type.py
@@ -31,9 +31,9 @@ def test_gets_mirna_over_pirna(self):
31
32
33
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)
+ # The RNA type of this entry was changed in Release 24. It used to be lncRNA.
+ def test_if_has_both_anti_and_lnc_likes_lnc(self):
+ self.assertRnaTypeIs("antisense_RNA", "URS0000732D5D", taxid=9606)
37
38
39
class MouseTests(GenericRnaTypeTest):
0 commit comments