We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9befe3 commit fbc713dCopy full SHA for fbc713d
2 files changed
go.mod
@@ -1,8 +1,8 @@
1
module github.com/influxdata/influxdb
2
3
-go 1.24.0
+go 1.26
4
5
-toolchain go1.24.13
+toolchain go1.26.2
6
7
require (
8
collectd.org v0.3.0
monitor/service_test.go
@@ -109,7 +109,7 @@ func TestMonitor_StoreStatistics(t *testing.T) {
109
}
110
if spec.ReplicaN != nil {
111
if got, want := *spec.ReplicaN, monitor.MonitorRetentionPolicyReplicaN; got != want {
112
- t.Errorf("unexpected replica number: got=%q want=%q", got, want)
+ t.Errorf("unexpected replica number: got=%d want=%d", got, want)
113
114
} else {
115
t.Error("expected replica number in retention policy spec")
0 commit comments