Skip to content

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

@JJosephttg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions