Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Suppress annotation to verifyNoUnmatchedRequests
This change adds the @Suppress("ThrowsCount") annotation to the verifyNoUnmatchedRequests function to suppress warnings about the number of exceptions thrown. This improves code readability and developer experience by reducing warning noise in the codebase.
- Loading branch information