From 6d2cd94729a20904d5970b895e686af40353868e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 21 Oct 2020 14:31:41 +0100 Subject: adding the form for caf single date event --- ctrack/organisations/tests/test_views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ctrack/organisations/tests') diff --git a/ctrack/organisations/tests/test_views.py b/ctrack/organisations/tests/test_views.py index 3584d96..e1b31fb 100644 --- a/ctrack/organisations/tests/test_views.py +++ b/ctrack/organisations/tests/test_views.py @@ -49,6 +49,7 @@ def test_meetings_in_organisation_detail_view(user, client, org_with_people): assert "First Meeting" in html + def test_private_event_filter(user, org_with_people): """ In this test we are creating five events, using two different users. -- cgit v1.2.3