Another `is` fix..

py313_support
Tyler Goodlet 2025-02-25 20:15:59 -05:00
parent c53d6429c6
commit dd250fce46
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def test_do_not_swallow_error_before_started_by_remote_contextcancelled(
trio.run(main) trio.run(main)
rae = excinfo.value rae = excinfo.value
assert rae.boxed_type == TypeError assert rae.boxed_type is TypeError
@tractor.context @tractor.context