mirror of
https://github.com/status-im/status-go.git
synced 2025-02-20 18:58:14 +00:00
chore_: lint fix
This commit is contained in:
parent
3276825410
commit
b39be424f2
@ -4,9 +4,9 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/brianvoe/gofakeit/v6"
|
||||||
"github.com/getsentry/sentry-go"
|
"github.com/getsentry/sentry-go"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"github.com/brianvoe/gofakeit/v6"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestWithDSN(t *testing.T) {
|
func TestWithDSN(t *testing.T) {
|
||||||
|
@ -4,8 +4,8 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/stretchr/testify/require"
|
|
||||||
"github.com/brianvoe/gofakeit/v6"
|
"github.com/brianvoe/gofakeit/v6"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
func setEnvVar(t *testing.T, varName, value string) {
|
func setEnvVar(t *testing.T, varName, value string) {
|
||||||
|
@ -2,6 +2,7 @@ package sentry
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/getsentry/sentry-go"
|
"github.com/getsentry/sentry-go"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user