Remove debugging leftover

This commit is contained in:
Adrián Chaves 2025-03-31 17:19:13 +02:00
parent 28df50ddcc
commit 4e63b76851
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ class TestCloseSpider(TestCase):
assert len(close_reasons) == 1
assert close_reasons[0] == "foo"
timeout = 1
@deferred_f_from_coro_f
async def test_callback_already_closed(self):
class TestSpider(Spider):