File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ func TestMetrics(t *testing.T) {
131
131
t .Logf ("coderd_notifications_queued_seconds > 0: %v" , metric .Histogram .GetSampleSum ())
132
132
}
133
133
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.
135
135
if runtime .GOOS == "windows" {
136
136
return true
137
137
}
@@ -146,7 +146,7 @@ func TestMetrics(t *testing.T) {
146
146
t .Logf ("coderd_notifications_dispatcher_send_seconds > 0: %v" , metric .Histogram .GetSampleSum ())
147
147
}
148
148
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.
150
150
if runtime .GOOS == "windows" {
151
151
return true
152
152
}
You can’t perform that action at this time.
0 commit comments