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:
parent
5ea5983a74
commit
67a4ca5744
32 changed files with 19 additions and 19 deletions
|
|
@ -128,7 +128,7 @@ impl MessageHandler for EntityDumper {
|
|||
}
|
||||
}
|
||||
|
||||
#[test_case("data/small.dem", "data/small_entities.json"; "small.dem")]
|
||||
#[test_case("test_data/small.dem", "test_data/small_entities.json"; "small.dem")]
|
||||
fn entity_test(input_file: &str, snapshot_file: &str) {
|
||||
let file = fs::read(input_file).expect("Unable to read file");
|
||||
let demo = Demo::new(&file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue