Skip to content

Commit

Permalink
testing: fix incorrect document (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Apr 3, 2022
1 parent d32b516 commit 4ecabc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapi3filter/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ func ExampleValidator() {
// OpenAPI specification for a simple service that squares integers, with
// some limitations.
doc, err := openapi3.NewLoader().LoadFromData([]byte(`
info:
openapi: 3.0.0
info:
title: 'Validator - square example'
Expand Down

0 comments on commit 4ecabc1

Please sign in to comment.