Skip to content

Commit

Permalink
refactor: assert
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 8, 2024
1 parent 6959415 commit afee23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ mod tests {
.write_bytes(&mut output)
.expect("Bencode to JSON conversion failed");

assert_eq!(output, vec!(48));
assert_eq!(output, vec!(b'0'));
}

#[test]
Expand Down

0 comments on commit afee23c

Please sign in to comment.