Skip to content

Commit

Permalink
VRF-798: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs committed Dec 13, 2023
1 parent 431fe43 commit 5aa7c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions integration-tests/load/vrfv2/vrfv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ func TestVRFV2Performance(t *testing.T) {
consumers, err = vrfv2_actions.DeployVRFV2Consumers(env.ContractDeployer, coordinator, 1)
require.NoError(t, err)
err = env.EVMClient.WaitForEvents()
if err != nil {
require.NoError(t, err, vrfv2_actions.ErrWaitTXsComplete)
}
require.NoError(t, err, vrfv2_actions.ErrWaitTXsComplete)
l.Info().
Str("Coordinator", cfg.ExistingEnvConfig.CoordinatorAddress).
Int("Number of Subs to create", vrfv2Config.NumberOfSubToCreate).
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/load/vrfv2plus/vrfv2plus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ func TestVRFV2PlusPerformance(t *testing.T) {
consumers, err = vrfv2plus.DeployVRFV2PlusConsumers(env.ContractDeployer, coordinator, 1)
require.NoError(t, err)
err = env.EVMClient.WaitForEvents()
if err != nil {
require.NoError(t, err, vrfv2plus.ErrWaitTXsComplete)
}
require.NoError(t, err, vrfv2plus.ErrWaitTXsComplete)
l.Info().
Str("Coordinator", cfg.ExistingEnvConfig.CoordinatorAddress).
Int("Number of Subs to create", vrfv2PlusConfig.NumberOfSubToCreate).
Expand Down

0 comments on commit 5aa7c17

Please sign in to comment.