mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 17:57:28 +00:00
chore_: lint fix
This commit is contained in:
parent
3276825410
commit
b39be424f2
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -2,6 +2,7 @@ package sentry
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/getsentry/sentry-go"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user