Closed sf-tcalhoun closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.45%. Comparing base (
71fde30
) to head (a9bfc08
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for contributing @sf-tcalhoun I will keep you posted when it is released!
Added fix and unit test for (bug) issue 457, Issue 457
Scenario: We found that when a flat_dict_list was provided as a constructor parameter for instantiating a new delta, the provided flat_dict_list is unexpectedly being mutated/changed, which can be troublesome for the caller if they were expecting the flat_dict_list to be used BY COPY rather than BY REFERENCE.
Intent: Preserve the original value of the flat_dict_list variable within the calling module/function after instantiating the new delta.