We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743edd3 commit 61eaa89Copy full SHA for 61eaa89
1 file changed
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