Open adezegher opened 4 years ago
Thanks for pointing this out. Did you have any success with addressing this in these linked commits, @adezegher? It would be preferable to include a test for this any fix, too.
@backspace the fix in PR #260 worked fine for me. I got pulled into something else so never got to fully debug why the tests were failing.
When executing a query for a specific model, the query can return a result with other models than specified.
Example:
Following is expected to only return models of type
house
but will actually return data of both modelshouse
andperson
:Models:
Environment