Skip to content

Commit f4abf13

Browse files
committedApr 18, 2017
Wrong name.
1 parent 24875ff commit f4abf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_section_index_avoidance(self):
582582
"""Test section index."""
583583
pass
584584
sec1 = os.path.join(self.target_dir, "output", "sec1")
585-
foo = os.path.join(self.target_dir, "output", "sec1", "foo")
585+
foo = os.path.join(self.target_dir, "output", "sec1", "post0")
586586

587587
# Do all files exist?
588588
self.assertTrue(os.path.isfile(self._make_output_path(sec1, 'index')))

0 commit comments

Comments
 (0)
Please sign in to comment.