Added tags to what-changed

This commit is contained in:
Dave Shanley
2022-09-29 07:46:21 -04:00
parent cd68570278
commit c47cc15cad
7 changed files with 478 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ x-testing: hiya!`
extChanges := CompareExternalDocs(&lDoc, &rDoc)
assert.Len(t, extChanges.ExtensionChanges.Changes, 1)
assert.Len(t, extChanges.Changes, 2)
assert.Equal(t, 3, extChanges.TotalChanges())
// validate property changes
urlChange := extChanges.Changes[0]