From bfa08bc8dab95b017660ca7a7b75dd7d25ec7eda Mon Sep 17 00:00:00 2001 From: Techno Freak Date: Thu, 7 Dec 2023 17:33:47 +0300 Subject: [PATCH] chore: fix linting --- pkg/types/error_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/types/error_test.go b/pkg/types/error_test.go index e9aaabd..5cedd30 100644 --- a/pkg/types/error_test.go +++ b/pkg/types/error_test.go @@ -2,8 +2,9 @@ package types import ( "errors" - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestQueryErrorSerializeWithQueryError(t *testing.T) {