add another test
This commit is contained in:
parent
0e8ab9e236
commit
58104d616b
@ -130,4 +130,9 @@ mod tests {
|
||||
fn deserialize_o_transform() {
|
||||
let list: CardList = serde_json::from_str(include_str!("../test_data/o_transform.json")).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn deserialize_t_plane() {
|
||||
let list: CardList = serde_json::from_str(include_str!("../test_data/t_plane.json")).unwrap();
|
||||
}
|
||||
}
|
||||
|
5783
test_data/t_plane.json
Normal file
5783
test_data/t_plane.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user