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
Remove a few unintended Foundation dependencies from our unit tests. (#406)
This PR removes uses of Foundation's `String.Encoding.utf8` and
`DataProtocol.copyBytes(to:)`. These dependencies on Foundation are not
needed nor are they intentional.
### 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