Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#2050) Fix broken integration tests
In a previous commit (fb22630) a change was made to remove the pinned source dependencies from the list of available packages only when we are not ignoring pinned packages. While this change was valid, it forgot to populate the removedSources property with the results of the call to RemovePinnedSourceDependencies. This was an oversight, and although the change was tested locally, a complete execution of all the integration tests was not performed, which would have caught this problem.
- Loading branch information