Skip to content

Commit

Permalink
getkin#709 - format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Lessard committed Dec 17, 2022
1 parent 60c552e commit 8ab9e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi3filter/validate_response_test.go
Expand Up @@ -6,8 +6,9 @@ import (
"strings"
"testing"

"github.com/getkin/kin-openapi/openapi3"
"github.com/stretchr/testify/require"

"github.com/getkin/kin-openapi/openapi3"
)

func Test_validateResponseHeader(t *testing.T) {
Expand Down

0 comments on commit 8ab9e5b

Please sign in to comment.