Commit 5e704f1
authored
Add missing available annotation to streaming tests (#33)
### Motivation
The tests had a missing `@available` annotation which meant that they
didn't build iOS (annoyingly, when building for macOS, these things are
not checked so things were building fine locally).
### Modifications
Add missing available annotation to streaming tests.
### Result
Builds for iOS again.
### Test Plan
Local testing, selecting generic iOS destination in Xcode. This failed
before this patch, and succeeds with it.
Signed-off-by: Si Beaumont <beaumont@apple.com>1 parent 0e75335 commit 5e704f1
File tree
1 file changed
+1
-1
lines changed- Tests/OpenAPIURLSessionTests/URLSessionBidirectionalStreamingTests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments