aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/tests
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-21 14:31:41 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-21 14:31:41 +0100
commit6d2cd94729a20904d5970b895e686af40353868e (patch)
tree6af2b26fc11f5a26ee6bd4019fda282e02e15e51 /ctrack/organisations/tests
parent22bfb9da5bd6da1e7de4bf5545144fab97f93f8d (diff)
adding the form for caf single date event
Diffstat (limited to '')
-rw-r--r--ctrack/organisations/tests/test_views.py1
1 files changed, 1 insertions, 0 deletions
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.