mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 04:20:14 +00:00
Working through the model builder
Shaping out the design as I go, what makes sence, what feels right, what do we need, how do we want to use it and how to we want to search it etc.
This commit is contained in:
@@ -13,7 +13,7 @@ func TestCreateDocument_NoData(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateDocument(t *testing.T) {
|
||||
data, aErr := ioutil.ReadFile("../test_specs/petstorev3.json")
|
||||
data, aErr := ioutil.ReadFile("../test_specs/burgershop.openapi.yaml")
|
||||
assert.NoError(t, aErr)
|
||||
|
||||
doc, err := CreateDocument(data)
|
||||
|
||||
Reference in New Issue
Block a user