Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Null-coalesce isDisposedOrDisposing to ease test breakages
Some Store mocks in consumer tests don't properly mock `isDisposedOrDisposing`, which results in breakages caused by this new check. We can fix all those tests here by accounting for this case
- Loading branch information