Skip to content

Commit 66eb88d

Browse files
committed
Fix a typo
1 parent 53747ef commit 66eb88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/sql/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def wrap_cursor(connection):
4040
# patching when the test case is finished. If we monkey patch those methods
4141
# also, Django's process of undoing those monkey patches will fail. To
4242
# avoid this failure, and because database access is not allowed during a
43-
# SimpleTextCase anyway, skip applying our instrumentation monkey patches if
43+
# SimpleTestCase anyway, skip applying our instrumentation monkey patches if
4444
# we detect that Django has already monkey patched DatabaseWrapper.cursor().
4545
if isinstance(connection.cursor, django.test.testcases._DatabaseFailure):
4646
return

0 commit comments

Comments
 (0)