Skip to content

Commit

Permalink
Fixed incorrect windows path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Jun 20, 2022
1 parent 36f96c0 commit c86a6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/duplicate_hydrogens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#[test]
fn main() {
assert_eq!(22, number_of_h("example-pdbs\\nucleic.pdb"));
assert_eq!(22, number_of_h("example-pdbs/nucleic.pdb"));
}

fn number_of_h(file: &str) -> usize {
Expand Down

0 comments on commit c86a6e1

Please sign in to comment.