Kaydet (Commit) 6d52bcbb authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress test

üst 87e8dfaa
......@@ -96,6 +96,8 @@ class LiveServerAddress(LiveServerBase):
raise Exception("The line above should have raised an exception")
except exception:
pass
finally:
super(LiveServerAddress, cls).tearDownClass()
def test_test_test(self):
# Intentionally empty method so that the test is picked up by the
......
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