Skip to content

Commit

Permalink
Update prometheus/collectors/go_collector_latest_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun and bwplotka committed May 12, 2022
1 parent fc199ac commit 65b4452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/collectors/go_collector_latest_test.go
Expand Up @@ -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)
}
}

0 comments on commit 65b4452

Please sign in to comment.