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