summaryrefslogtreecommitdiff
path: root/tests/test_export.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-08-15 21:47:02 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-08-15 21:47:02 +1000
commit270de570dd46529a9ca315b43e91b0eee25c5638 (patch)
treefadbb19dcb6fd50d6eb5664316460b6d2b3b297d /tests/test_export.py
parentd07260470e1acfb9681dfb62b9ee55f6eb5fb047 (diff)
tests: Fix test
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."""