summaryrefslogtreecommitdiff
path: root/lib/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testtools')
-rw-r--r--lib/testtools/testtools/tests/test_compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/testtools/testtools/tests/test_compat.py b/lib/testtools/testtools/tests/test_compat.py
index 5e385bf48c..4b2446efec 100644
--- a/lib/testtools/testtools/tests/test_compat.py
+++ b/lib/testtools/testtools/tests/test_compat.py
@@ -147,7 +147,7 @@ class TestGetSourceEncoding(testtools.TestCase):
self.addCleanup(os.remove, self.filename)
self.addCleanup(linecache.cache.pop, self.filename, None)
- def test_nonexistant_file_as_ascii(self):
+ def test_nonexistent_file_as_ascii(self):
"""When file can't be found, the encoding should default to ascii"""
self.assertEquals("ascii", _get_source_encoding(self.filename))