Skip to content

Commit 02c582e

Browse files
authored
Update test_junctions_extractor.cc
1 parent 7d3efaa commit 02c582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/junctions/test_junctions_extractor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JunctionsExtractTest : public ::testing::Test {
3434

3535
TEST_F(JunctionsExtractTest, ParseInput) {
3636
int argc = 4;
37-
char * argv[] = {"extract", "-s", "0", "test_input.bam"};
37+
char * argv[] = {"extract", "-s", "XS", "test_input.bam"};
3838
int ret = jc1.parse_options(argc, argv);
3939
string expected_bam("test_input.bam");
4040
ASSERT_EQ(expected_bam, jc1.get_bam());

0 commit comments

Comments
 (0)