Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jan 23, 2025
1 parent 13f9057 commit 5ad41ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/io/feed_parsers/dpanewsml_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ async def asyncSetUp(self):
self.item = self.parser.parse(etree.fromstring(self.nitf), provider)[0]

def test_headline(self):
self.assertEqual(
self.item.get("headline"), "Eintracht in London: Hintereggers Tränen und Attacke auf Reporter"
)
self.assertEqual(self.item.get("headline"), "Eintracht in London: Hintereggers Tränen und Attacke auf Reporter")

def test_slugline(self):
self.assertEqual(self.item.get("slugline"), "")
Expand Down

0 comments on commit 5ad41ee

Please sign in to comment.