mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 11:17:58 +01:00
Rename test fixtures
This commit is contained in:
@@ -244,7 +244,7 @@ mod tests {
|
||||
version,
|
||||
header,
|
||||
events,
|
||||
} = super::open_from_path("tests/casts/minimal.json").unwrap();
|
||||
} = super::open_from_path("tests/casts/minimal-v1.json").unwrap();
|
||||
|
||||
let events = events.collect::<Result<Vec<Event>>>().unwrap();
|
||||
|
||||
@@ -262,7 +262,7 @@ mod tests {
|
||||
version,
|
||||
header,
|
||||
events,
|
||||
} = super::open_from_path("tests/casts/full.json").unwrap();
|
||||
} = super::open_from_path("tests/casts/full-v1.json").unwrap();
|
||||
let events = events.collect::<Result<Vec<Event>>>().unwrap();
|
||||
|
||||
assert_eq!(version, 1);
|
||||
|
||||
Reference in New Issue
Block a user