There was an error while loading. Please reload this page.
1 parent 055b80b commit 16a25d8Copy full SHA for 16a25d8
1 file changed
what-changed/model/parameter_test.go
@@ -54,7 +54,7 @@ func TestCompareParameters_V3(t *testing.T) {
54
// compare.
55
extChanges := CompareParametersV3(&lDoc, &rDoc)
56
assert.Equal(t, 1, extChanges.TotalChanges())
57
- assert.Equal(t, "a param", extChanges)
+ assert.Equal(t, "a param", extChanges.Name)
58
}
59
60
func TestCompareParameters_V3_Schema(t *testing.T) {
0 commit comments