Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Nov 17, 2023
1 parent 627c3be commit 09acf80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions purge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
)

func TestPurge(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions repo_db_mirror_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import (
"strings"
"testing"

"github.com/stretchr/testify/require"

"github.com/klauspost/compress/zstd"
"github.com/stretchr/testify/require"
)

// https://gist.github.com/maximilien/328c9ac19ab0a158a8df slightly modified to create a fake package
Expand Down

0 comments on commit 09acf80

Please sign in to comment.