Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "allow null CancellationToken"
The null errors were from httpClient, not the cancellation token. They were happening because HgServiceTests mocks IHttpClientFactory, returning null when code tries to access HttpClient. We'll need to mock IHttpClientFactory in a slightly more detailed way.
- Loading branch information