Skip to content

Commit

Permalink
rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Nov 23, 2021
1 parent d42b5ac commit 300de78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcst/metadata/tests/test_scope_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ def foo():
global_pow_accesses = list(global_pow_assignment.references)
self.assertEqual(len(global_pow_accesses), 2)

def test_annotation_access_regression(self) -> None:
def test_annotation_access_in_typevar_bound(self) -> None:
m, scopes = get_scope_metadata_provider(
"""
from typing import TypeVar
Expand Down

0 comments on commit 300de78

Please sign in to comment.