Skip to content

Commit

Permalink
Correct fixture file path (the case)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 23, 2024
1 parent 94b04ce commit 9389d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/combined_integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use test_helpers::{run_fails, run_succeeds};
#[test]
fn combined_integration_test1() -> Result<(), Box<dyn std::error::Error>> {
let vh = "combined_integration_test1";
let config_path = path::absolute("./tests/fixtures/config_Files/config_file1.conf")
let config_path = path::absolute("./tests/fixtures/config_files/config_file1.conf")
.expect("failed to compute an absolute version for a ./test/fixtures path");

if config_path.exists() {
Expand Down

0 comments on commit 9389d18

Please sign in to comment.