forked from goodboy/tractor
				
			Expect context cancelled when we cancel
							parent
							
								
									377b8c163c
								
							
						
					
					
						commit
						8371621e57
					
				|  | @ -262,7 +262,7 @@ async def test_caller_closes_ctx_after_callee_opens_stream( | ||||||
|             async with ctx.open_stream() as stream: |             async with ctx.open_stream() as stream: | ||||||
|                 async for msg in stream: |                 async for msg in stream: | ||||||
|                     pass |                     pass | ||||||
|         except trio.ClosedResourceError: |         except tractor.ContextCancelled: | ||||||
|             pass |             pass | ||||||
|         else: |         else: | ||||||
|             assert 0, "Should have received closed resource error?" |             assert 0, "Should have received closed resource error?" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue