1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

rename data folder

This commit is contained in:
Robin Appelman 2021-07-11 17:43:31 +02:00
commit 67a4ca5744
32 changed files with 19 additions and 19 deletions

View file

@ -48,7 +48,7 @@ impl MessageHandler for SendPropAnalyser {
}
}
#[test_case("data/gully.dem", "data/gully_props.json"; "gully.dem")]
#[test_case("test_data/gully.dem", "test_data/gully_props.json"; "gully.dem")]
fn flatten_test(input_file: &str, snapshot_file: &str) {
let file = fs::read(input_file).expect("Unable to read file");
let demo = Demo::new(&file);