finos / datahelix

The DataHelix generator allows you to quickly create data, based on a JSON profile that defines fields and the relationships between them, for the purpose of testing and validation
https://finos.github.io/datahelix/
Apache License 2.0
141 stars 50 forks source link

Prevent multiple weighted insets #1712

Closed matthewdunsdon closed 3 years ago

matthewdunsdon commented 3 years ago

Description

Fix issue raised in #1710 , where Contradictory weightedInSet profiles are valid

Changes

Tested with the existing tests cases. Did have to update a few tests to handle the changes in data that classes were responsible for.

Additional notes

Issue

Resolves #1710