mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 04:20:17 +00:00
Bumping coverage on low level models after new feature.
Fixed borked test
This commit is contained in:
@@ -20,4 +20,7 @@ func TestSchemaProxy_Build(t *testing.T) {
|
||||
err := sch.Build(&idxNode, nil)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, "something", sch.Schema().Description.Value)
|
||||
assert.Empty(t, sch.GetSchemaReference())
|
||||
assert.NotNil(t, sch.GetValueNode())
|
||||
assert.False(t, sch.IsSchemaReference())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user