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
Test that the fixups are generated if display name is empty (#1267)
No functional change: adds new test cases for the change in #1256
Moved the tests previously added to `apiMisuseErrors` ->
`apiMisuseErrorsIncludingFixIts`, and include the expected fixits
It would probably be ok to leave them in `apiMisuseErrors` as well, but
I think it would be kinda redundant since we also test the expected
message along with the fixits already.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments