Skip to content

Commit

Permalink
argc
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-yangfeng committed Mar 26, 2019
1 parent 5e55300 commit 73a511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/junctions/test_junctions_extractor.cc
Expand Up @@ -33,7 +33,7 @@ class JunctionsExtractTest : public ::testing::Test {
};

TEST_F(JunctionsExtractTest, ParseInput) {
int argc = 2;
int argc = 4;
char * argv[] = {"extract", "-s", "0", "test_input.bam"};
int ret = jc1.parse_options(argc, argv);
string expected_bam("test_input.bam");
Expand Down

0 comments on commit 73a511e

Please sign in to comment.