We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df8270 commit 5f6350bCopy full SHA for 5f6350b
what-changed/model/change_types_test.go
@@ -90,6 +90,6 @@ func TestChange_MarshalJSON(t *testing.T) {
90
assert.Equal(t, "difficult", rebuilt["path"])
91
92
prop := &PropertyChanges{Changes: []*Change{&change}}
93
- assert.Empty(t, prop.GetPropertyChanges())
+ assert.Len(t, prop.GetPropertyChanges(), 1)
94
95
}
0 commit comments