Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
tests: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 15, 2017
1 parent d072604 commit 270de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def is_file(self, tmp_file):
def is_file_contents(self, tmp_file, pattern):
"""> Check for pattern in file."""
content = util.read_file(tmp_file)
self.assertEqual(content[7], pattern)
self.assertEqual(content[6], pattern)

def test_all_templates(self):
"""> Test substitutions in template file."""
Expand Down

0 comments on commit 270de57

Please sign in to comment.