Skip to content

Commit

Permalink
vcf/record/samples/series/value/tests: Remove stray dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Oct 7, 2024
1 parent fe7cbe3 commit b9e10a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-vcf/src/record/samples/series/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ mod tests {
)?;

assert!(matches!(
dbg!(parse_value("0", &header, "I32_INVALID")),
parse_value("0", &header, "I32_INVALID"),
Err(e) if e.kind() == io::ErrorKind::InvalidData
));

Expand Down

0 comments on commit b9e10a0

Please sign in to comment.