Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test): Remove unit testing log output for success cases (#293)
During running the unit tests we see output like === RUN TestIssueService_DeleteAttachment TestIssueService_DeleteAttachment: issue_test.go:587: Attachment deleted TestIssueService_DeleteAttachment: issue_test.go:592: No error This log can be removed, because this mostly confirms the success case. The opposite case is throwing a testing error, which is visible as well. Hence, there is no need to log this messages durcing testing
- Loading branch information