Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Nov 13, 2023
1 parent 30543ac commit fc43502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/faucet/faucet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/stretchr/testify/require"
"io"
"math/big"
"net/http"
Expand All @@ -24,6 +23,7 @@ import (
"github.com/obscuronet/go-obscuro/tools/faucet/container"
"github.com/obscuronet/go-obscuro/tools/faucet/faucet"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func init() { //nolint:gochecknoinits
Expand Down

0 comments on commit fc43502

Please sign in to comment.