- Refactored delta creation in test files to use createDelta() pattern - Replaced direct Delta instantiations with fluent builder API - Updated relationship deltas to use setProperty with proper entity context - Ensured all tests pass with the new delta creation approach This is part of the ongoing effort to standardize on the DeltaBuilder API across the codebase for better consistency and maintainability.
248 B
248 B
description |
---|
Update the current file to use delta builder |
Replace each delta instantiation with a fluent call to createDelta from delta builder - pass creator and host as arguments to createDelta - use setProperty where appropriate