Skip to content

Commit

Permalink
chore_: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Nov 19, 2024
1 parent db46ab2 commit 8e9547a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/sentry/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion internal/sentry/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions internal/sentry/stacktrace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package sentry

import (
"testing"

"github.com/getsentry/sentry-go"
"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit 8e9547a

Please sign in to comment.