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:
parent
d2b8e7d0dc
commit
c89da02738
9 changed files with 50 additions and 50 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue