Skip to content

Commit b6b615d

Browse files
committed
Rename to eventIDs and better comments
1 parent 603fd8f commit b6b615d

File tree

2 files changed

+89
-79
lines changed

2 files changed

+89
-79
lines changed

internal/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func GetJSONFieldStr(t *testing.T, body []byte, wantKey string) string {
371371
return res.Str
372372
}
373373

374-
func GetJSONFieldArray(t *testing.T, body []byte, wantKey string) []string {
374+
func GetJSONFieldStringArray(t *testing.T, body []byte, wantKey string) []string {
375375
t.Helper()
376376

377377
res := gjson.GetBytes(body, wantKey)

0 commit comments

Comments
 (0)