diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-08-06 01:47:50 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2019-08-07 11:23:14 +0200 |
| commit | 65e86948b80262574058a94ccaae3a9b59c3faea (patch) | |
| tree | e3b74cea769a64bd2adb882b0dfb975fa200867c /tests/test_runner | |
| parent | 052388aba47ba7166886fc741cac5ce3b22fea58 (diff) | |
Corrected several typos in string literals and test names.
Diffstat (limited to 'tests/test_runner')
| -rw-r--r-- | tests/test_runner/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py index 3f4e257261..85e4e75720 100644 --- a/tests/test_runner/tests.py +++ b/tests/test_runner/tests.py @@ -292,7 +292,7 @@ class DummyBackendTest(unittest.TestCase): class AliasedDefaultTestSetupTest(unittest.TestCase): def test_setup_aliased_default_database(self): """ - setup_datebases() doesn't fail when 'default' is aliased + setup_databases() doesn't fail when 'default' is aliased """ tested_connections = db.ConnectionHandler({ 'default': { |
