Skip to content

Commit ed13154

Browse files
committed
add debug
1 parent 010b30f commit ed13154

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ultraplot/tests/test_thread_safety.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ def test_setting_rc(prop, options, with_context):
6464
options=options,
6565
with_context=with_context,
6666
)
67-
assert uplt.rc[prop] == value
67+
assert (
68+
uplt.rc[prop] == value
69+
), f"Failed to reset {value=} after threads finished, {uplt.rc[prop]=}."

0 commit comments

Comments
 (0)