mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
chore: add more test coverage
This commit is contained in:
@@ -2848,3 +2848,7 @@ func TestSchemaChanges_TotalBreakingChanges_NoNilPanic(t *testing.T) {
|
||||
var changes *SchemaChanges
|
||||
assert.Equal(t, 0, changes.TotalBreakingChanges())
|
||||
}
|
||||
|
||||
func TestCompareSchemas_Nil(t *testing.T) {
|
||||
assert.Nil(t, CompareSchemas(nil, nil))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user