Commit f5b87e7
authored
Depend on
## Motivation
We should depend on `grpc-swift/main` for now to make sure that
everything works cross-package.
## Modifications
This PR changes `grpc-swift-extras` to depend on `main` for
`grpc-swift`. It also fixes some tests as a result of adding the
cancellation handler to the API.
## Result
`grpc-swift-extras` builds with the latest `grpc-swift` changes.grpc-swift/main (#8)1 parent 33fc5e5 commit f5b87e7
File tree
2 files changed
+4
-4
lines changed- Tests/GRPCInterceptorsTests
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments