Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve provider non-optional argument phrasing
I just ran across a case where I added an argument to a test method and forgot to give it a default value, and this made all previous arguments with defaults non-optional. The phrasing here confused me because I could clearly see that the argument it was complaining about had a default value, and it took me a while to find the actual issue that I forgot to add a default value to the new argument.
- Loading branch information