There was an error while loading. Please reload this page.
1 parent cd8e082 commit bc05a3dCopy full SHA for bc05a3d
2 files changed
expfmt/bench_test.go
@@ -25,8 +25,9 @@ import (
25
"google.golang.org/protobuf/encoding/protodelim"
26
27
dto "github.com/prometheus/client_model/go"
28
- "github.com/prometheus/common/model"
29
"github.com/stretchr/testify/require"
+
30
+ "github.com/prometheus/common/model"
31
)
32
33
var parser = TextParser{scheme: model.UTF8Validation}
expfmt/text_parse_test.go
@@ -20,8 +20,9 @@ import (
20
"testing"
21
22
23
24
"google.golang.org/protobuf/proto"
func testTextParse(t testing.TB) {
0 commit comments