building out high model.

works just great, so happy the design came together!
This commit is contained in:
Dave Shanley
2022-08-18 18:38:41 -04:00
parent 0fd825aef8
commit 0bd119f152
10 changed files with 110 additions and 5 deletions

View File

@@ -134,7 +134,6 @@ func TestCreateDocument_Tags(t *testing.T) {
}
func TestCreateDocument_Paths(t *testing.T) {
doc := doc
assert.Len(t, doc.Paths.Value.PathItems, 5)
burgerId := doc.Paths.Value.FindPath("/burgers/{burgerId}")
assert.NotNil(t, burgerId)