We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1897b97 commit d0e1a03Copy full SHA for d0e1a03
what-changed/model/schema_test.go
@@ -3414,4 +3414,5 @@ components:
3414
assert.Len(t, changes.GetAllChanges(), 2)
3415
assert.Equal(t, changes.TotalChanges(), 2)
3416
assert.Equal(t, changes.TotalBreakingChanges(), 2)
3417
+ assert.Len(t, changes.GetPropertyChanges(), 2)
3418
}
0 commit comments