From 860da6e241668052a33beb2f786fd6e21d6c0a86 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Wed, 24 Aug 2016 23:50:38 +0200 Subject: [PATCH] Testing Docs: Update import from Channel -> Group (#307) --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index 0681835..73b250e 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -69,7 +69,7 @@ You can test Groups in the same way as Channels inside a ``ChannelTestCase``; the entire channel layer is flushed each time a test is run, so it's safe to do group adds and sends during a test. For example:: - from channels import Channel + from channels import Group from channels.tests import ChannelTestCase class MyTests(ChannelTestCase):