diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 14:31:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 14:31:41 +0100 |
commit | 6d2cd94729a20904d5970b895e686af40353868e (patch) | |
tree | 6af2b26fc11f5a26ee6bd4019fda282e02e15e51 /ctrack/organisations/tests | |
parent | 22bfb9da5bd6da1e7de4bf5545144fab97f93f8d (diff) |
adding the form for caf single date event
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/tests/test_views.py | 1 |
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. |