Unit Tests

- Typo.
This commit is contained in:
Paul Beckingham 2015-01-05 20:04:26 -05:00
parent e9f9f6a86e
commit 5a7117630e

View file

@ -67,7 +67,7 @@ class TestExportCommand(TestCase):
def assertString(self, value, expected_value=None, regexp=False):
"""
Checks the type of value to be string, and that context is as passed in
Checks the type of value to be string, and that content is as passed in
the expected_value argument. This can be either a string, or a compiled
regular expression object.
"""