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 Max.Coplan@walmart.com
  • Loading branch information
Max πŸ‘¨πŸ½β€πŸ’» Coplan authored and Max πŸ‘¨πŸ½β€πŸ’» Coplan committed Apr 13, 2023
1 parent e3b6de8 commit bebb83f
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 bebb83f

Please sign in to comment.