Skip to content

Commit

Permalink
Update app_run_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jun 29, 2022
1 parent ae21f84 commit a3a6c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/newrelic/app_run_test.go
Expand Up @@ -332,6 +332,7 @@ func TestConfigurableTxnEvents_withCollResponse(t *testing.T) {
t.Error(fmt.Sprintf("Unexpected max number of txn events, expected %d but got %d", 15, result))
}
}

func TestConfigurableTxnEvents_notInCollResponse(t *testing.T) {
reply, err := internal.UnmarshalConnectReply([]byte(
`{"return_value":{
Expand Down

0 comments on commit a3a6c6f

Please sign in to comment.