Skip to content

Commit

Permalink
Update iotdb_test.go; fix some typo
Browse files Browse the repository at this point in the history
Update iotdb_test.go; fix some typo
  • Loading branch information
citrusreticulata committed Aug 5, 2022
1 parent 2658193 commit 15cef01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/outputs/iotdb/iotdb_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate ../../../tools/readme_config_includer/generator
package iotdb

import (
Expand All @@ -9,12 +8,13 @@ import (

"github.com/apache/iotdb-client-go/client"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go/wait"

"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/config"
"github.com/influxdata/telegraf/metric"
"github.com/influxdata/telegraf/testutil"
"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go/wait"
)

// newMetricWithOrderedFields creates new Metric and makes sure fields are in
Expand Down

0 comments on commit 15cef01

Please sign in to comment.