From cf153e281aff02f1274bb2201a72eb96b53f87a2 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Sun, 30 Oct 2022 01:56:36 +0530 Subject: [PATCH] fix test name Co-authored-by: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com> --- tests/features/typing_pep646_unpack_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/typing_pep646_unpack_test.py b/tests/features/typing_pep646_unpack_test.py index 3d0f055f..9d94bf71 100644 --- a/tests/features/typing_pep646_unpack_test.py +++ b/tests/features/typing_pep646_unpack_test.py @@ -23,7 +23,7 @@ ), ), ) -def test_fix_pep604_types_noop(s): +def test_fix_pep646_noop(s): assert _fix_plugins(s, settings=Settings(min_version=(3, 11))) == s assert _fix_plugins(s, settings=Settings(min_version=(3, 10))) == s