mirror of
https://github.com/django/daphne.git
synced 2025-07-29 16:39:46 +03:00
Remove unnecessary line (#610)
This commit is contained in:
parent
5e96e3c176
commit
585c093352
|
@ -233,7 +233,6 @@ with creating::
|
|||
# create target entity
|
||||
value = IntegerValue.objects.create(name='fifty', value=50)
|
||||
|
||||
consumer_finished.send(sender=None)
|
||||
received = client.receive() # receive outbound binding message
|
||||
self.assertIsNotNone(received)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user