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 2955381 commit 0eb1be4Copy full SHA for 0eb1be4
datafusion/vcf/src/storage.rs
@@ -460,13 +460,6 @@ mod tests {
460
));
461
}
462
463
- // #[test]
464
- // fn test_compression_type_get_compression_type() {
465
- // assert_eq!(CompressionType::GZIP.get_compression_type(), "gz");
466
- // assert_eq!(CompressionType::BGZF.get_compression_type(), "bgz");
467
- // assert_eq!(CompressionType::NONE.get_compression_type(), "none");
468
- // }
469
-
470
#[test]
471
fn test_get_file_path() {
472
let file_path = "s3://bucket/path/to/file.vcf.bgz".to_string();
0 commit comments