Skip to content

Commit

Permalink
meaningful test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam authored Jul 29, 2024
1 parent 18d5012 commit 02bf35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pv_syntax_expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"""


def test_test():
def test_pv_syntax_expander():
view = SchemaView(SCHEMA_STRING)

with contextlib.ExitStack() as stack:
Expand Down

0 comments on commit 02bf35c

Please sign in to comment.