Skip to content

Commit

Permalink
chore: remove unused data fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Dec 27, 2023
1 parent 6f45d48 commit 26e26f7
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions xml2rfc_compat/tests/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,41 +149,6 @@ def setUp(self):
{"type": "page", "reference_from": "3"}
]}
},
},{
"type": "includes",
"bibitem": {
"id": "test_id2",
"title": [
{
"content": "title2",
"language": "en",
"script": "Latn",
"format": "text / plain",
}
],
"contributor": [
contributor_organization_data,
self.contributor_person_data,
],
"link": [
{
"content": "https://raw.githubusercontent.com/relaton/relaton-data-ietf/master/data"
"/reference2.RFC"
".19182.xml",
"type": "xml",
}
],
"type": "standard",
"docid": [{"id": "RFC19182", "type": "RFC"}],
"docnumber": "RFC19182",
"date": [{"type": "published", "value": "1998-02-11"}],
"extent": {"locality": [
{"type": "container-title", "reference_from": "Container Title"},
{"type": "volume", "reference_from": "1"},
{"type": "issue", "reference_from": "2"},
{"type": "page", "reference_from": "3"}
]}
},
}
],
}
Expand Down

0 comments on commit 26e26f7

Please sign in to comment.