diff --git a/tests/test_unit.py b/tests/test_unit.py index 1fb3db5..910feaf 100644 --- a/tests/test_unit.py +++ b/tests/test_unit.py @@ -1,8 +1,5 @@ """Temporary unit test.""" -from storm_water_management.storm_water_management import temp - - def test_unit_temp(): """Unit test of temp function.""" - assert temp() is True + pass