diff options
Diffstat (limited to 'test/test_index.py')
-rw-r--r-- | test/test_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_index.py b/test/test_index.py index 233a4c64..4a20a8f6 100644 --- a/test/test_index.py +++ b/test/test_index.py @@ -936,4 +936,4 @@ class TestIndex(TestBase): self.assertEqual(err.stderr, "\n stderr: 'stderr\n'") assert str(err) else: - raise AssertionError("Should have cought a HookExecutionError") + raise AssertionError("Should have caught a HookExecutionError") |