summaryrefslogtreecommitdiff
path: root/tests/test_export.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_export.py')
-rwxr-xr-xtests/test_export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_export.py b/tests/test_export.py
index 266f0e6..4dcc6be 100755
--- a/tests/test_export.py
+++ b/tests/test_export.py
@@ -34,7 +34,7 @@ class TestExportColors(unittest.TestCase):
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."""