Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jul 22, 2024
1 parent 0ad13da commit 9c8a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myuw/test/dao/test_category_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _test_ascii(self, s):

def test_get_all_links(self):
all_links = Res_Links.get_all_links()
self.assertEqual(len(all_links), 64)
self.assertEqual(len(all_links), 65)
val = URLValidator()
for link in all_links:
try:
Expand Down

0 comments on commit 9c8a5cd

Please sign in to comment.