We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8b9f commit 9063d16Copy full SHA for 9063d16
datafusion/vcf/src/storage.rs
@@ -455,13 +455,6 @@ mod tests {
455
));
456
}
457
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
-
465
#[test]
466
fn test_get_file_path() {
467
let file_path = "s3://bucket/path/to/file.vcf.bgz".to_string();
0 commit comments