Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Oct 17, 2022
1 parent 3c749a8 commit 3ac92bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions upstream/upstream_plain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"testing"

"github.com/AdguardTeam/golibs/testutil"
"github.com/stretchr/testify/require"

"github.com/miekg/dns"
"github.com/stretchr/testify/require"
)

// TODO(ameshkov): make this test not depend on external resources.
Expand Down
3 changes: 1 addition & 2 deletions upstream/upstream_quic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import (
"testing"
"time"

"github.com/AdguardTeam/golibs/testutil"

"github.com/AdguardTeam/dnsproxy/proxyutil"
"github.com/AdguardTeam/golibs/log"
"github.com/AdguardTeam/golibs/testutil"
"github.com/lucas-clemente/quic-go"
"github.com/miekg/dns"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 3ac92bc

Please sign in to comment.