From f104e84128732bcd0c96474c62fdb1121de41c08 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Tue, 24 Dec 2024 14:47:42 -0800 Subject: [PATCH] Fix formatting error in tests --- micall/tests/test_find_maximum_overlap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micall/tests/test_find_maximum_overlap.py b/micall/tests/test_find_maximum_overlap.py index a01e2153d..d95774bea 100644 --- a/micall/tests/test_find_maximum_overlap.py +++ b/micall/tests/test_find_maximum_overlap.py @@ -71,7 +71,7 @@ def test_maximum_overlap_cases(left, right, expected): aaaa---- ----bbbb '''), -] + ] @pytest.mark.parametrize("left, right, expected", print_cases)