Skip to content

Commit 9063d16

Browse files
authored
Update storage.rs
1 parent 70d8b9f commit 9063d16

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

datafusion/vcf/src/storage.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,6 @@ mod tests {
455455
));
456456
}
457457

458-
#[test]
459-
fn test_compression_type_get_compression_type() {
460-
assert_eq!(CompressionType::GZIP.get_compression_type(), "gz");
461-
assert_eq!(CompressionType::BGZF.get_compression_type(), "bgz");
462-
assert_eq!(CompressionType::NONE.get_compression_type(), "none");
463-
}
464-
465458
#[test]
466459
fn test_get_file_path() {
467460
let file_path = "s3://bucket/path/to/file.vcf.bgz".to_string();

0 commit comments

Comments
 (0)