Use `._supervise._shutdown_msg` in tooling test

free_threading_prep
Tyler Goodlet 2025-07-07 14:31:34 -04:00
parent 29db08b370
commit 7317bb269c
1 changed files with 3 additions and 1 deletions

View File

@ -116,9 +116,11 @@ def test_shield_pause(
child.pid, child.pid,
signal.SIGINT, signal.SIGINT,
) )
from tractor._supervise import _shutdown_msg
expect( expect(
child, child,
'Shutting down actor runtime', # 'Shutting down actor runtime',
_shutdown_msg,
timeout=6, timeout=6,
) )
assert_before( assert_before(