Skip to content

Commit

Permalink
[collectors]: fix typo in test assertion (#1153)
Browse files Browse the repository at this point in the history
Signed-off-by: Max πŸ‘¨πŸ½β€πŸ’» Coplan Max.Coplan@walmart.com

Signed-off-by: Max πŸ‘¨πŸ½β€πŸ’» Coplan Max.Coplan@walmart.com
Co-authored-by: Max πŸ‘¨πŸ½β€πŸ’» Coplan <Max.Coplan@walmart.com>
  • Loading branch information
vegerot and Max πŸ‘¨πŸ½β€πŸ’» Coplan committed Apr 17, 2023
1 parent 0392dff commit c36c6ab
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 c36c6ab

Please sign in to comment.