We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc199ac commit 65b4452Copy full SHA for 65b4452
prometheus/collectors/go_collector_latest_test.go
@@ -34,6 +34,6 @@ func TestGoCollectorMarshalling(t *testing.T) {
34
}
35
36
if _, err := json.Marshal(result); err != nil {
37
- t.Errorf("json marshalling shoudl not fail, %v", err)
+ t.Errorf("json marshalling shoud not fail, %v", err)
38
39
0 commit comments