ash/test/resource/validation
Rebecca Le 3fce34cda6
fix: Validate all conditions in a numericality validation instead of only the last (#997)
The previous `reduce` loop did not break on the first failure and
return the error, it returned the last iteration of the loop

Some more work may need to be done on the atomic side of the validation,
I'm not familiar with how they work!
2024-04-10 09:25:42 -04:00
..
compare_test.exs fix: Validate all conditions in a numericality validation instead of only the last (#997) 2024-04-10 09:25:42 -04:00
embedded_resource_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
match.ex improvement: make Ash.Resource.Validation.Match partially atomic (#979) 2024-04-06 17:50:54 -04:00
negate_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
string_length_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00