Skip to content

Commit

Permalink
[collectors]: fix typo in test assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Max Coplan <mchcopl@gmail.com>>
  • Loading branch information
Max 👨🏽‍💻 Coplan authored and Max 👨🏽‍💻 Coplan committed Nov 16, 2022
1 parent 0859bb8 commit 822c84c
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 @@ -50,7 +50,7 @@ func TestGoCollectorMarshalling(t *testing.T) {
}

if _, err := json.Marshal(result); err != nil {
t.Errorf("json marshalling shoud not fail, %v", err)
t.Errorf("json marshalling should not fail, %v", err)
}
}

Expand Down

0 comments on commit 822c84c

Please sign in to comment.