Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Mar 20, 2024
1 parent b2a865f commit 689be20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redturtle/volto/tests/test_linkchecker_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ def test_clear(self):
self.tool.clear()
self.assertEqual(len(self.tool._external_links_status), 0)
self.assertEqual(len(self.tool._outgoing_links), 0)
self.assertEqual(len(self.tool._incoming_links), 0)
self.assertEqual(self.tool._last_update, None)

def test_check_site(self):
self.tool.check_site()
self.assertNotEqual(self.tool._last_update, None)
self.assertEqual(len(self.tool._outgoing_links), 6)
self.assertEqual(len(self.tool._incoming_links), 0)
self.assertEqual(len(self.tool._external_links_status), 2)

broken_links = {
Expand Down

0 comments on commit 689be20

Please sign in to comment.