[collectors]: fix typo in test assertion (#1153)
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>
This commit is contained in:
parent
0392dffd0e
commit
c36c6abb8d
|
@ -50,7 +50,7 @@ func TestGoCollectorMarshalling(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err := json.Marshal(result); err != nil {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue