Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
  • Loading branch information
tusharsadhwani and MarcoGorelli committed Oct 29, 2022
1 parent 3870170 commit cf153e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/typing_pep646_unpack_test.py
Expand Up @@ -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

Expand Down

0 comments on commit cf153e2

Please sign in to comment.