Skip to content

Commit 87f32a1

Browse files
committed
Cleanup
1 parent ea15005 commit 87f32a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ fn test_vcf_annotate_dgidb() {
296296
.arg("target/debug/rbt vcf-annotate-dgidb tests/annotate_dgidb_test.vcf | bcftools view - | wc -l").output()
297297
.expect("failed to execute process");
298298
assert!(exec_test.status.success());
299-
assert_eq!(exec_test.stdout, vec![32, 32, 32, 32, 32, 32, 54, 53, 10]);
299+
assert_eq!(String::from_utf8(exec_test.stdout).unwrap().trim(), "65");
300300
}
301301

302302
#[test]

0 commit comments

Comments
 (0)