From 8bb6204b38cdc0320ad050109062074f682b5373 Mon Sep 17 00:00:00 2001 From: eiixy <990656271@qq.com> Date: Thu, 8 Aug 2024 00:27:23 +0800 Subject: [PATCH] fix Sanity check --- jsonschema/validate_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {