From 037fc58897a64c699cc9a6be472d6ac3f8d0e05d Mon Sep 17 00:00:00 2001 From: bdular Date: Sat, 29 Mar 2025 16:55:55 +0100 Subject: [PATCH] chore: comment references Mysql instead of InfluxDB --- modules/influxdb/influxdb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/influxdb/influxdb.go b/modules/influxdb/influxdb.go index a3afb1bf35..54862e6f08 100644 --- a/modules/influxdb/influxdb.go +++ b/modules/influxdb/influxdb.go @@ -11,7 +11,7 @@ import ( "github.com/testcontainers/testcontainers-go/wait" ) -// InfluxDbContainer represents the MySQL container type used in the module +// InfluxDbContainer represents the InfluxDB container type used in the module type InfluxDbContainer struct { testcontainers.Container }