Closed sukidesuaoi closed 5 years ago
Hi @sukidesuaoi, you've added to the input test fixture but not the resulting output fixture (fixtures/cats.proto), which contain the expected protobuf specs. Please add the missing Protobuf specs so the tests pass. You can run this test this locally by running go test ./...
in the base of the repo.
For details on which tests are failing, check out the Travis build: https://travis-ci.org/NYTimes/openapi2proto/builds/490369413
Thanks for adding the test fixture changes, @sukidesuaoi.
Is there some reason you've created a new openai2proto
directory inside the project, though? It's broken pretty much everything. Please revert that change.
Thanks for adding the test fixture changes, @sukidesuaoi.
Is there some reason you've created a new
openai2proto
directory inside the project, though? It's broken pretty much everything. Please revert that change.
I was doing the testing. hehe. I will revert the directory change.
Added HTTP Patch operation.