Skip to content

Commit

Permalink
Implement faidx_open test
Browse files Browse the repository at this point in the history
  • Loading branch information
landesfeind committed Jun 14, 2020
1 parent 64da403 commit e9d2148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/faidx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ mod tests {
.ok()
.unwrap()
}
#[test]
fn faidx_open() {
open_reader();
}

#[test]
fn faidx_read_chr_first_base() {
Expand Down

0 comments on commit e9d2148

Please sign in to comment.