From 585c093352c98f3e5a44c7ce786c487a71890ac4 Mon Sep 17 00:00:00 2001 From: Krukov D Date: Sun, 16 Apr 2017 19:27:56 +0300 Subject: [PATCH] Remove unnecessary line (#610) --- docs/testing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index 970857e..7b2a49d 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -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)