summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/test_exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_exception.py b/tests/unit/test_exception.py
index 8deacc7..ec2799f 100644
--- a/tests/unit/test_exception.py
+++ b/tests/unit/test_exception.py
@@ -70,7 +70,7 @@ class ProcessExecutionErrorTest(unittest.TestCase):
self.assertTrue('code: -\n' in err.message)
def test_with_description(self):
- description = 'The Narwal Bacons at Midnight'
+ description = 'The Narwhal Bacons at Midnight'
err = exception.ProcessExecutionError(description=description)
self.assertTrue(description in err.message)