From 3845c401607f0bde6e25d8780282e9253bc7163e Mon Sep 17 00:00:00 2001 From: Katie Stahl Date: Fri, 27 Sep 2024 11:21:45 -0400 Subject: [PATCH] styling --- server/tests/integration/test_utilities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/tests/integration/test_utilities.py b/server/tests/integration/test_utilities.py index 7c8211c..085d024 100644 --- a/server/tests/integration/test_utilities.py +++ b/server/tests/integration/test_utilities.py @@ -213,7 +213,6 @@ def check_coords_response(response: dict, expected_response: dict): check_coords_response, ) - # check correct response for genomic coordinate that occurs between exons (should get nearest junction) await check_response( "/api/utilities/get_exon?chromosome=NC_000001.11&end=154191900&transcript=NM_152263.3",