Skip to content

Commit 3b68c54

Browse files
authored
Remove out-of-date EOL comments from unit testing (hellt#24)
1 parent f79027a commit 3b68c54

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_footnote_sorting.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ def set_command_line_args(args):
1212
class TestDefaults(unittest.TestCase):
1313
@classmethod
1414
def setUpClass(self):
15-
# example markdown files intentionally have had trailing EOL trimmed
16-
# from the end of the file (EOF)
17-
1815
path = "tests/default"
1916

2017
with open(f"{path}/example.md") as fh:
@@ -139,9 +136,6 @@ def test_footnote_sort_trailing_text(self):
139136
class TestAdjacentFootnotes(unittest.TestCase):
140137
@classmethod
141138
def setUpClass(self):
142-
# example markdown files intentionally have had trailing EOL trimmed
143-
# from the end of the file (EOF)
144-
145139
path = "tests/adjacent"
146140

147141
with open(f"{path}/adjacent.md") as fh:

0 commit comments

Comments
 (0)