diff options
| author | Veres Lajos <vlajos@gmail.com> | 2014-11-03 22:48:03 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 20:59:30 -0500 |
| commit | a71a2ea756673cd3c7a2c5125fa7e7f334b05475 (patch) | |
| tree | 61cff2d319c13011d004d0f008fe1957fd773651 /tests/commands_sql | |
| parent | 7b420367524ad9f29b8bf0284f4b40bd6cfc8b93 (diff) | |
Fixed typos using https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'tests/commands_sql')
| -rw-r--r-- | tests/commands_sql/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands_sql/tests.py b/tests/commands_sql/tests.py index 83c1e06202..e9499d6b05 100644 --- a/tests/commands_sql/tests.py +++ b/tests/commands_sql/tests.py @@ -54,7 +54,7 @@ class SQLCommandsTestCase(TestCase): if 'CHECK' in statement: success = True if not success: - self.fail("'CHECK' not found in ouput %s" % output) + self.fail("'CHECK' not found in output %s" % output) def test_sql_delete(self): app_config = apps.get_app_config('commands_sql') |
