forked from goodboy/tractor
1
0
Fork 0

Use `._supervise._shutdown_msg` in tooling test

Tyler Goodlet 2025-07-07 14:31:34 -04:00
parent 8880a80e3e
commit 0ca3d50602
1 changed files with 3 additions and 1 deletions

View File

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