Drop msging-err patt from `subactor_breakpoint` ex

Since the `bdb` module was added to the namespace lookup set in
`._exceptions.get_err_type()` we can now relay a RAE-boxed
`bdb.BdbQuit`.
strict_egs_everywhere
Tyler Goodlet 2025-06-16 13:34:39 -04:00
parent 9b3af1fa16
commit 83f53fd0c5
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ def test_subactor_breakpoint(
assert in_prompt_msg( assert in_prompt_msg(
child, [ child, [
'MessagingError:',
'RemoteActorError:', 'RemoteActorError:',
"('breakpoint_forever'", "('breakpoint_forever'",
'bdb.BdbQuit', 'bdb.BdbQuit',