Skip to content

Commit

Permalink
Fix test_description
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 3, 2024
1 parent bc9fa5e commit eb7c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyutils/test_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def registered(base: type):
try:
yield None
finally:
unregister_description(LazyString)
unregister_description(base)


def describe_description():
Expand Down

0 comments on commit eb7c86b

Please sign in to comment.