Skip to content

Commit a2220df

Browse files
lint
1 parent f24b300 commit a2220df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exporters/otlp/otlplog/otlploghttp/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ func TestConfig(t *testing.T) {
780780
})
781781
}
782782

783-
// borrows from TestConfig
783+
// borrows from TestConfig.
784784
func TestNonRetryable(t *testing.T) {
785785
factoryFunc := func(ePt string, rCh <-chan exportResult, o ...Option) (log.Exporter, *httpCollector) {
786786
coll, err := newHTTPCollector(ePt, rCh)

exporters/otlp/otlpmetric/otlpmetrichttp/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func TestConfig(t *testing.T) {
272272
})
273273
}
274274

275-
// borrows from TestConfig
275+
// borrows from TestConfig.
276276
func TestNonRetryable(t *testing.T) {
277277
factoryFunc := func(ePt string, rCh <-chan otest.ExportResult, o ...Option) (metric.Exporter, *otest.HTTPCollector) {
278278
coll, err := otest.NewHTTPCollector(ePt, rCh)

0 commit comments

Comments
 (0)