From 86ef86c3d8a47481d5c0dbece4405dd6bf324c47 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 10 Jul 2024 23:51:33 -0600 Subject: [PATCH] fix test --- tests/unit/test_services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_services.py b/tests/unit/test_services.py index 3f60d96..313c2a4 100644 --- a/tests/unit/test_services.py +++ b/tests/unit/test_services.py @@ -416,6 +416,7 @@ def test_fix_skips_moves_to_the_top_when_disabled_is_true() -> None: """\ import requests + requests.get('hi') def test():