Wiring up operation what-changed functionality

A number of changes, glitches and updates were required across the models, some of the hashing functions will need re-working when hashing maps after testing higher level concepts.
This commit is contained in:
Dave Shanley
2022-10-31 09:41:52 -04:00
parent e3a455307c
commit 73d3120587
17 changed files with 946 additions and 50 deletions

View File

@@ -458,7 +458,7 @@ func TestCompareParameters_V2_EnumChange(t *testing.T) {
// compare.
extChanges := CompareParameters(&lDoc, &rDoc)
assert.Equal(t, 1, extChanges.TotalChanges())
assert.Equal(t, 2, extChanges.TotalChanges())
assert.Equal(t, 1, extChanges.TotalBreakingChanges())
}