Skip to content

Mocked dependency of provider is not overridden for dependents in tests #39

Description

@JJosephttg

Let's say you have a provider A which depends on provider B. When provider B is overridden, when A is constructed, A should use the provider B override, not the actual implementation for B.

Currently this is not the case and A depends on provider B, even though when you call B.of(context) from a widget you get your value override

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions