From 26ff9e047b21a1996b6b29f68f0696a646e188cd Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 11 Sep 2024 11:52:00 -0400 Subject: [PATCH] fix fmt --- tests/test_seqfetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_seqfetcher.py b/tests/test_seqfetcher.py index 0a2c3ea..85522af 100644 --- a/tests/test_seqfetcher.py +++ b/tests/test_seqfetcher.py @@ -10,6 +10,7 @@ fetch_seq, ) + @pytest.fixture(autouse=True) def clear_env(): """Some tests in this module assume that the default utils access configs are @@ -20,7 +21,6 @@ def clear_env(): del os.environ["NCBI_API_KEY"] - @vcr.use_cassette def test_fetch_seq(): assert 1596 == len(fetch_seq("NP_056374.2"))