Closed haoyu234 closed 1 year ago
I suspect go ag.Handle() executes so early that some EXPECT() calls are missed (line 1022), maybe we should put it after all EXPECT() calls.
go ag.Handle()
EXPECT()
I suspect
go ag.Handle()
executes so early that someEXPECT()
calls are missed (line 1022), maybe we should put it after all EXPECT() calls.