We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a6649 commit 56d0990Copy full SHA for 56d0990
tests/test_app/tests/utils.py
@@ -89,6 +89,4 @@ def _pre_setup(self):
89
def _post_teardown(self):
90
"""Handled manually in `tearDownClass` to prevent TransactionTestCase from doing
91
database flushing. This is needed to prevent a `SynchronousOnlyOperation` from
92
- occuring due to a bug within `ChannelsLiveServerTestCase`."""
93
-
94
- def setUp(self): ...
+ occurring due to a bug within `ChannelsLiveServerTestCase`."""
0 commit comments