From cca5bdc7ecb40d5e0827a2a9f36f8496e734d20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20Str=C3=B6mberg?= Date: Sat, 5 Oct 2024 20:46:34 +0200 Subject: [PATCH] test removed --- tests/test_unit.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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