diff options
Diffstat (limited to 'ctrack/organisations')
-rw-r--r-- | ctrack/organisations/tests/test_incident_report.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/organisations/tests/test_incident_report.py b/ctrack/organisations/tests/test_incident_report.py new file mode 100644 index 0000000..0bf76ef --- /dev/null +++ b/ctrack/organisations/tests/test_incident_report.py @@ -0,0 +1,2 @@ +def test_there_is_a_view_function_for_incident_report(): + pass |