mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 00:54:43 +00:00
Do not use XXX tag here.
This commit is contained in:
parent
9b397230e9
commit
3c5b21c0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from . import get_file
|
|||
import linkcheck.fileutil
|
||||
|
||||
file_existing = __file__
|
||||
file_non_existing = "XXX.i_dont_exist"
|
||||
file_non_existing = "ZZZ.i_dont_exist"
|
||||
|
||||
|
||||
class TestFileutil (unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue