Skip to content

Commit ecbb691

Browse files
committed
trigger CI
1 parent 31491e9 commit ecbb691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/notifications/metrics_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestMetrics(t *testing.T) {
131131
t.Logf("coderd_notifications_queued_seconds > 0: %v", metric.Histogram.GetSampleSum())
132132
}
133133

134-
// this check is extremely flaky on windows. it fails more often than not, but not always
134+
// This check is extremely flaky on windows. It fails more often than not, but not always.
135135
if runtime.GOOS == "windows" {
136136
return true
137137
}
@@ -146,7 +146,7 @@ func TestMetrics(t *testing.T) {
146146
t.Logf("coderd_notifications_dispatcher_send_seconds > 0: %v", metric.Histogram.GetSampleSum())
147147
}
148148

149-
// this check is extremely flaky on windows. it fails more often than not, but not always
149+
// This check is extremely flaky on windows. It fails more often than not, but not always.
150150
if runtime.GOOS == "windows" {
151151
return true
152152
}

0 commit comments

Comments
 (0)