Skip to content

Commit eb7c86b

Browse files
committed
Fix test_description
1 parent bc9fa5e commit eb7c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pyutils/test_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def registered(base: type):
4242
try:
4343
yield None
4444
finally:
45-
unregister_description(LazyString)
45+
unregister_description(base)
4646

4747

4848
def describe_description():

0 commit comments

Comments
 (0)