diff options
Diffstat (limited to 'ctrack/organisations/tests/test_views.py')
-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. |