1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-20 09:56:49 +02:00

Cleanup test names.

This commit is contained in:
Henrik Hautakoski 2022-11-24 14:56:22 +01:00
parent d2b8e7d0dc
commit c89da02738
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
9 changed files with 50 additions and 50 deletions

View file

@ -31,7 +31,7 @@ func TestLogParams(t *testing.T) {
assert.ElementsMatch(t, expected, p)
}
func TestLogParamsCombine(t *testing.T) {
func TestLogParams_Combine(t *testing.T) {
a := LogParams{"one", 1, "string1", "str1"}
b := LogParams{"two", 2, "string2", "str2"}