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) {