Skip to content

Commit 420410c

Browse files
committed
chore(warnings): fix
1 parent ce46c28 commit 420410c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/deserializers/topic_tag.rs

-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ mod tests {
3737
use super::*;
3838
use serde_json;
3939

40-
#[test]
41-
fn test_original() {
42-
let s = r#"{"data":{"problemsetQuestionList":{"total":2777,"questions":[{"acRate":50.194408705463644,"difficulty":"Easy","freqBar":null,"frontendQuestionId":"1","isFavor":false,"paidOnly":false,"status":null,"title":"Two Sum","titleSlug":"two-sum","topicTags":[{"name":"Array","id":"VG9waWNUYWdOb2RlOjU=","slug":"array"},{"name":"Hash Table","id":"VG9waWNUYWdOb2RlOjY=","slug":"hash-table"}],"hasSolution":true,"hasVideoSolution":true}]}}}"#;
43-
let root: ProblemSetQuestionListRoot = serde_json::from_str(s).unwrap();
44-
}
45-
4640
#[test]
4741
fn test_json_deserialization() {
4842
let json = r#"{

0 commit comments

Comments
 (0)