diff --git a/jsonschema/validate_test.go b/jsonschema/validate_test.go index 9f8928039..595fb3997 100644 --- a/jsonschema/validate_test.go +++ b/jsonschema/validate_test.go @@ -1,8 +1,9 @@ package jsonschema_test import ( - "github.com/sashabaranov/go-openai/jsonschema" "testing" + + "github.com/sashabaranov/go-openai/jsonschema" ) func Test_Validate(t *testing.T) {