mirror of
https://github.com/django/daphne.git
synced 2025-07-30 16:59: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
|
# create target entity
|
||||||
value = IntegerValue.objects.create(name='fifty', value=50)
|
value = IntegerValue.objects.create(name='fifty', value=50)
|
||||||
|
|
||||||
consumer_finished.send(sender=None)
|
|
||||||
received = client.receive() # receive outbound binding message
|
received = client.receive() # receive outbound binding message
|
||||||
self.assertIsNotNone(received)
|
self.assertIsNotNone(received)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user