mappjzc opened a new issue, #3333: URL: https://github.com/apache/incubator-devlake/issues/3333
## What and why to refactor Because of some unit test use *sql.Rows function like next. It can not be mock after sql.Rows changed to be an interface. ## Describe the solution you'd like Add an interface dal.Rows to help *sql.Rows be mocking. ## Related issues #3332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
