Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 26, 2020
1 parent 7530cc8 commit 8d19abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bcf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ mod tests {
assert_eq!(record.sample_count(), 1);

assert_eq!(record.rid().expect("Error reading rid."), 0);
assert_eq!(record.pos(), 10021 + i as u32);
assert_eq!(record.pos(), 10021 + i as i64);
assert_eq!(record.qual(), 0f32);
assert_eq!(
record
Expand Down

0 comments on commit 8d19abd

Please sign in to comment.