Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt FakeTimeProvider #1350

Merged
merged 2 commits into from
Jun 24, 2023

Commits on Jun 24, 2023

  1. Adopt FakeTimeProvider

    Use a source copy of `FakeTimeProvider` for tests that do not depend on cancellation behaviours or verify the implementation's internal calls.
    martincostello committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    195c40a View commit details
    Browse the repository at this point in the history
  2. Remove unused MockTimeProvider methods

    Remove methods on `MockTimeProvider` that are unsed after the adoption of `FakeTimeProvider`.
    martincostello committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    9b4efc2 View commit details
    Browse the repository at this point in the history