Skip to content

Commit 159529c

Browse files
committed
minor tweak
1 parent 2fc334e commit 159529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/forge-test/Entropy.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ contract EntropyTest is Test, EntropyTestUtils, EntropyEvents, EntropyEventsV2 {
17391739
.getProviderInfoV2(provider1);
17401740

17411741
uint128 startingAccruedProviderFee = providerInfo.accruedFeesInWei;
1742-
vm.expectEmit(false, false, false, true, address(random));
1742+
vm.expectEmit(true, true, true, true, address(random));
17431743
emit EntropyEventsV2.Requested(
17441744
provider1,
17451745
user1,

0 commit comments

Comments
 (0)