Remove unnecessary line (#610)

This commit is contained in:
Krukov D 2017-04-16 19:27:56 +03:00 committed by Andrew Godwin
parent 5e96e3c176
commit 585c093352

View File

@ -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)