AntiPattern
Async Test Double Mismatch
async-test-double-mismatch
Async tests and stubs fail because coroutine-based fakes are used where context managers or awaited call tracking are expected, so async with/render/app layers either get the wrong object type or lose await assertions, breaking behavior checks.