add another test

This commit is contained in:
Adrian Malacoda 2017-12-03 23:39:14 -06:00
parent 0e8ab9e236
commit 58104d616b
2 changed files with 5788 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff