Skip to content

Commit

Permalink
Added max custom events parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jun 29, 2022
1 parent 75f6cc0 commit 9dc794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/internal/connect_reply_test.go
Expand Up @@ -173,7 +173,7 @@ func TestNegativeHarvestLimits(t *testing.T) {
}

func TestDefaultEventHarvestConfigJSON(t *testing.T) {
js, err := json.Marshal(DefaultEventHarvestConfig(MaxTxnEvents))
js, err := json.Marshal(DefaultEventHarvestConfig(MaxTxnEvents, MaxCustomEvents))
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 9dc794d

Please sign in to comment.