We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6707d61 + dedbae6 commit 4ddd507Copy full SHA for 4ddd507
internal/probeservices/collector_test.go
@@ -72,7 +72,7 @@ func TestNewReportTemplate(t *testing.T) {
72
// define expectations
73
expect := newReportTemplateForTesting()
74
75
- // make sure they ar4e equal
+ // make sure they are equal
76
if diff := cmp.Diff(expect, rt); diff != "" {
77
t.Fatal(diff)
78
}
0 commit comments