[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:
Max Coplan 2023-04-17 16:35:49 -04:00 committed by GitHub
parent 0392dffd0e
commit c36c6abb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}