Skip to content

Commit 05df495

Browse files
committed
Several fixes after rebase
1 parent 75ba072 commit 05df495

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/bcf/mod.rs

-8
Original file line numberDiff line numberDiff line change
@@ -979,13 +979,5 @@ mod tests {
979979
let expected = read_all("test/test_headers.out.vcf");
980980
let actual = read_all(&bcfpath);
981981
assert_eq!(expected, actual);
982-
983-
#[test]
984-
fn test_header_records() {
985-
let vcf = Reader::from_path(&"test/test_string.vcf")
986-
.ok()
987-
.expect("Error opening file.");
988-
let records = vcf.header().header_records();
989-
assert_eq!(records.len(), 8);
990982
}
991983
}

0 commit comments

Comments
 (0)