-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set all fields for type not working correctly #98
Comments
akutschera
added a commit
that referenced
this issue
Oct 21, 2023
akutschera
added a commit
that referenced
this issue
Oct 21, 2023
Nice catch. |
akutschera
added a commit
that referenced
this issue
Oct 23, 2023
akutschera
added a commit
that referenced
this issue
Oct 23, 2023
akutschera
added a commit
that referenced
this issue
Oct 23, 2023
- Fix for #98: use predefined type for all fixtures
Fixed in version 2.9.9. |
Thx, for fixing it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since version 2.9.5 (2.9.5 is first broken version) the feature Set all fields for type is not working correctly.
ISpecimenBuilder<Item> ITEM_BUILDER = Fixture.fixture().build(Item.class) .with(BigDecimal.class, BigDecimal.valueOf(10000));
In
Item
is a deep nested property with BigDecimals and these are not set to my defined value but to a random one.The text was updated successfully, but these errors were encountered: