mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
The R0.3 executor-registry refactor (#11220) made getExecutor() async; this new test (#11708) predates that and called it synchronously, producing a TypeError (getExecutor(...).getProvider is not a function) instead of the intended assertion.