Skip to content

Commit dab79dc

Browse files
committed
addressed coverage
1 parent f9c1310 commit dab79dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

what-changed/model/schema_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3473,3 +3473,8 @@ components:
34733473
assert.Equal(t, changes.TotalBreakingChanges(), 0)
34743474
assert.Len(t, changes.GetPropertyChanges(), 1)
34753475
}
3476+
3477+
func TestCompareSchemas_CheckNPE(t *testing.T) {
3478+
var sc *SchemaChanges
3479+
assert.Nil(t, sc.GetPropertyChanges())
3480+
}

0 commit comments

Comments
 (0)