You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): Replace undefined functions in project API tests
- Replace ExistsProjectByID with GetProjectByID + IsErrProjectNotExist
- Replace ExistsColumnByID with GetColumn + IsErrProjectColumnNotExist
- Replace GetProjectIssue with unittest.AssertExistsAndLoadBean
These functions were not defined in the models/project package,
causing CI lint and test failures.
0 commit comments