Skip to content

Commit 16a25d8

Browse files
sebas2daydaveshanley
authored andcommitted
fix
1 parent 055b80b commit 16a25d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

what-changed/model/parameter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestCompareParameters_V3(t *testing.T) {
5454
// compare.
5555
extChanges := CompareParametersV3(&lDoc, &rDoc)
5656
assert.Equal(t, 1, extChanges.TotalChanges())
57-
assert.Equal(t, "a param", extChanges)
57+
assert.Equal(t, "a param", extChanges.Name)
5858
}
5959

6060
func TestCompareParameters_V3_Schema(t *testing.T) {

0 commit comments

Comments
 (0)