We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efad833 commit 94b6817Copy full SHA for 94b6817
lazer/contracts/evm/test/PythLazer.t.sol
@@ -52,6 +52,7 @@ contract PythLazerTest is Test {
52
assertEq(bob.balance, 1 ether);
53
54
// Bob does not attach enough fees
55
+ vm.prank(bob);
56
vm.expectRevert("Insufficient fee provided");
57
pythLazer.verifyUpdate{ value: 1 wei }(update);
58
0 commit comments