Refs #27539 -- Fixed typo in TransactionTestCase._pre_setup() comment.

This commit is contained in:
François Freitag 2017-06-18 18:24:20 -07:00 committed by Tim Graham
parent d1d7348001
commit e36598f963
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ class TransactionTestCase(SimpleTestCase):
enter=False,
)
raise
# Clear the queries_log so that it's less likley to overflow (a single
# Clear the queries_log so that it's less likely to overflow (a single
# test probably won't execute 9K queries). If queries_log overflows,
# then assertNumQueries() doesn't work.
for db_name in self._databases_names(include_mirrors=False):