chore_: lint fix

This commit is contained in:
Igor Sirotin 2024-11-19 19:39:31 +00:00
parent 3276825410
commit b39be424f2
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
3 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,9 @@ import (
"os"
"testing"
"github.com/brianvoe/gofakeit/v6"
"github.com/getsentry/sentry-go"
"github.com/stretchr/testify/require"
"github.com/brianvoe/gofakeit/v6"
)
func TestWithDSN(t *testing.T) {

View File

@ -4,8 +4,8 @@ import (
"os"
"testing"
"github.com/stretchr/testify/require"
"github.com/brianvoe/gofakeit/v6"
"github.com/stretchr/testify/require"
)
func setEnvVar(t *testing.T, varName, value string) {

View File

@ -2,6 +2,7 @@ package sentry
import (
"testing"
"github.com/getsentry/sentry-go"
"github.com/stretchr/testify/require"
)