diff --git a/datahub-classify/tests/test_info_type_utils.py b/datahub-classify/tests/test_info_type_utils.py index 0994372..1fe2f13 100644 --- a/datahub-classify/tests/test_info_type_utils.py +++ b/datahub-classify/tests/test_info_type_utils.py @@ -100,6 +100,3 @@ def test_perform_basic_checks(): assert not result else: assert result - - -test_perform_basic_checks()