Fix the test paths

This commit is contained in:
Ani Betts 2024-05-31 15:26:02 +02:00
parent 4363f0fcc4
commit 035736a245
No known key found for this signature in database

View File

@ -722,7 +722,7 @@ mod tests {
use testing::TestCase;
let file_content =
fs::read_to_string(Path::new(&format!("./test_cases/{file_name}.hjson"))).unwrap();
fs::read_to_string(Path::new(&format!("./tests/fixtures/{file_name}.hjson"))).unwrap();
let mut test_case = deser_hjson::from_str::<TestCase>(&file_content).unwrap();
MockClock::set_time(Duration::default());