We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e574e5d commit b6612b5Copy full SHA for b6612b5
test_python_toolbox/test_sleek_reffing/test_sleek_ref.py
@@ -50,5 +50,5 @@ def test_sleek_ref():
50
del unvolatile_thing
51
gc_tools.collect()
52
assert counter() == count + 1
53
- # Testing if it will raise `SleekRefDied`:
+ # Ensuring it will not raise `SleekRefDied`:
54
sleek_ref()
0 commit comments