Skip to content

[Test] Fix StreamProxy Unit Tests: Mock Store #9166

@tobiu

Description

@tobiu

Unit tests for Neo.data.proxy.Stream are failing with TypeError: Cannot set properties of null (setting 'isStreaming').
This is because the Stream proxy now expects a store reference to set the isStreaming flag, but the tests instantiate the proxy without one.
Fix: Update the test setup to pass a dummy store object when creating the StreamProxy.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions