Skip to content

Commit 2b7073e

Browse files
author
Avinash Ramu
committed
Fix index to reflect switch to a vector
1 parent 3ed8bce commit 2b7073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/gtf/test_gtf_parser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TEST_F(GtfParserTest, AddExonToTranscriptTest) {
110110
EXPECT_EQ("NA, NA",
111111
gp1.get_gene_from_transcript("ENSTfake")[0]);
112112
EXPECT_EQ("NA, NA",
113-
gp1.get_gene_from_transcript("ENSTfake")[1]);
113+
gp1.get_gene_from_transcript("ENSTfake")[0]);
114114
gp1.annotate_transcript_with_bins();
115115
EXPECT_EQ(37359u,
116116
gp1.bin_from_transcript("ENST00000263253"));

0 commit comments

Comments
 (0)