Skip to content

Commit ce46c28

Browse files
committed
fix: test
1 parent 4aa42f3 commit ce46c28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/deserializers/topic_tag.rs

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ mod tests {
6767
let root: ProblemSetQuestionListRoot = serde_json::from_str(json).unwrap();
6868

6969
// Validate the deserialized struct fields
70-
assert_eq!(root.data.problemset_question_list.total, 2777);
7170
let question = &root.data.problemset_question_list.questions[0];
7271

7372
assert_eq!(question.topic_tags.len(), 1);

0 commit comments

Comments
 (0)