Skip to content

Commit

Permalink
VRF-591: updating comment with bug reference
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs committed Sep 21, 2023
1 parent 6e58a74 commit 0a1dd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/smoke/vrfv2plus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestVRFv2PlusBilling(t *testing.T) {
require.NoError(t, err, "error getting wrapper consumer balance")
require.Equal(t, expectedWrapperConsumerJuelsBalance, wrapperConsumerJuelsBalanceAfterRequest)

//todo: investigate why this fails
//todo: uncomment when VRF-651 will be fixed
//require.Equal(t, 1, consumerStatus.Paid.Cmp(randomWordsFulfilledEvent.Payment), "Expected Consumer contract pay more than the Coordinator Sub")
l.Debug().
Interface("Consumer Balance Before Request (Juels)", wrapperConsumerJuelsBalanceBeforeRequest).
Expand Down Expand Up @@ -240,7 +240,7 @@ func TestVRFv2PlusBilling(t *testing.T) {
require.NoError(t, err, "error getting wrapper consumer balance")
require.Equal(t, expectedWrapperConsumerWeiBalance, wrapperConsumerBalanceAfterRequestWei)

//todo: investigate why this fails
//todo: uncomment when VRF-651 will be fixed
//require.Equal(t, 1, consumerStatus.Paid.Cmp(randomWordsFulfilledEvent.Payment), "Expected Consumer contract pay more than the Coordinator Sub")
l.Debug().
Interface("Consumer Balance Before Request (WEI)", wrapperConsumerBalanceBeforeRequestWei).
Expand Down

0 comments on commit 0a1dd02

Please sign in to comment.