Skip to content

Commit 0ff564e

Browse files
committed
PMM-13477 fix imports.
1 parent 38fa4f0 commit 0ff564e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

exporter/exporter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ import (
2727
"sync"
2828
"testing"
2929

30-
"github.com/percona/mongodb_exporter/internal/tu"
3130
"github.com/prometheus/client_golang/prometheus/testutil"
3231
"github.com/sirupsen/logrus"
3332
"github.com/stretchr/testify/assert"
33+
34+
"github.com/percona/mongodb_exporter/internal/tu"
3435
)
3536

3637
// Use this for testing because labels like cluster ID are not constant in docker containers

exporter/replset_status_collector.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ package exporter
1717

1818
import (
1919
"context"
20+
2021
"github.com/prometheus/client_golang/prometheus"
2122
"github.com/sirupsen/logrus"
2223
"go.mongodb.org/mongo-driver/bson"

exporter/replset_status_collector_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/percona/mongodb_exporter/internal/tu"
2524
"github.com/prometheus/client_golang/prometheus/testutil"
2625
"github.com/sirupsen/logrus"
2726
"github.com/stretchr/testify/assert"
27+
28+
"github.com/percona/mongodb_exporter/internal/tu"
2829
)
2930

3031
func TestReplsetStatusCollector(t *testing.T) {

0 commit comments

Comments
 (0)