From 65b4452af1bd281b0e411d0a9f7830680ed00aed Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Thu, 12 May 2022 11:40:12 +0200 Subject: [PATCH] Update prometheus/collectors/go_collector_latest_test.go Co-authored-by: Bartlomiej Plotka Signed-off-by: Kemal Akkoyun --- prometheus/collectors/go_collector_latest_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/collectors/go_collector_latest_test.go b/prometheus/collectors/go_collector_latest_test.go index c6fdf62d4..126864c32 100644 --- a/prometheus/collectors/go_collector_latest_test.go +++ b/prometheus/collectors/go_collector_latest_test.go @@ -34,6 +34,6 @@ func TestGoCollectorMarshalling(t *testing.T) { } if _, err := json.Marshal(result); err != nil { - t.Errorf("json marshalling shoudl not fail, %v", err) + t.Errorf("json marshalling shoud not fail, %v", err) } }