Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove isReturnDefaultValues to debug easy. #1442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jaehwa-Noh
Copy link
Contributor

@Jaehwa-Noh Jaehwa-Noh commented May 16, 2024

What I have done and why

This project seems doesn't need to use isReturnDefaultValues.
All test had been passed as no used isReturnDefaultValues.
isReturnDefaultValues is not recommended to use, because it made hard to debug. documentation

Caution

Take care when setting the returnDefaultValues property to true. The null/zero return values can introduce regressions to your tests, which are hard to debug and might allow failing tests to pass. Only use it as a last resort.

Change-Id: I028244a23b6215e21269602b8df07e58b136b9f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant