Skip to content

Commit

Permalink
file case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Nov 14, 2024
1 parent aeb58ae commit 897f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ mod tests {
#[should_panic(expected = "Incomplete(Unknown)")]
fn test_bad_file() {
let mut test_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
test_path.push("tests/test_data/Bad Data/DSC/badfile");
test_path.push("tests/test_data/Bad Data/DSC/Badfile");

let buffer = fs::read(test_path).unwrap();
let (_, _) = SharedCacheStrings::parse_dsc(&buffer).unwrap();
Expand Down

0 comments on commit 897f0aa

Please sign in to comment.