Skip to content

Commit

Permalink
Changed from static value to internal value
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jun 27, 2022
1 parent 0f2998d commit 3aff9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/newrelic/app_run_test.go
Expand Up @@ -326,7 +326,7 @@ func TestConfigurableTxnEvents_withCollResponse(t *testing.T) {

func TestConfigurableMaxCustomEventsDefault(t *testing.T) {
reply := internal.ConnectReplyDefaults()
expected := 10000
expected := internal.MaxCustomEvents
cfg := config{Config: defaultConfig()}
result := newAppRun(cfg, reply).MaxCustomEvents()
if result != expected {
Expand Down

0 comments on commit 3aff9d3

Please sign in to comment.