Navigation Menu

Skip to content

Commit

Permalink
Wrong name.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 18, 2017
1 parent 24875ff commit f4abf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Expand Up @@ -582,7 +582,7 @@ def test_section_index_avoidance(self):
"""Test section index."""
pass
sec1 = os.path.join(self.target_dir, "output", "sec1")
foo = os.path.join(self.target_dir, "output", "sec1", "foo")
foo = os.path.join(self.target_dir, "output", "sec1", "post0")

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

0 comments on commit f4abf13

Please sign in to comment.