Skip to content

Commit

Permalink
remove extra i++
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Dec 10, 2021
1 parent c2d9fb6 commit 4552184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/format/sam_file_format_test_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ TYPED_TEST_P(sam_file_read, read_in_all_data)
EXPECT_RANGE_EQ(rec.seq(), this->seqs[i]);
EXPECT_RANGE_EQ(rec.qual(), this->quals[i]);
// EXPECT_EQ(rec.tags(), this->tag_dicts[i]);
++i;
}
}

Expand Down

0 comments on commit 4552184

Please sign in to comment.