Skip to content

Commit

Permalink
Fix tests todo: write less dynamic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Feb 7, 2021
1 parent 01600f6 commit 606e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_input_format(self):

def test_visiting(self):
res, number_moved = fix.visit_urls("urls.md")
self.assertEqual(number_moved, 4)
self.assertEqual(number_moved, 3)


if __name__ == "__main__":
Expand Down

0 comments on commit 606e427

Please sign in to comment.