Kaydet (Commit) e36598f9 authored tarafından François Freitag's avatar François Freitag Kaydeden (comit) Tim Graham

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

üst d1d73480
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment