mirror of
https://github.com/cashapp/zipline.git
synced 2026-03-13 10:23:19 +08:00
In this case I believe a suspending function should return 'Unit' but is instead returning a different value. The test involving GenericUnitService reproduces a crash where the Unit return value is promised but not returned. This fixes that test.