Skip to content

Commit 3276d49

Browse files
Darun Seethammagaridarunrs
authored andcommitted
Bob calls
1 parent 51cdc00 commit 3276d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lazer/contracts/evm/test/PythLazer.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ contract PythLazerTest is Test {
5252
assertEq(bob.balance, 1 ether);
5353

5454
// Bob does not attach enough fees
55+
vm.prank(bob);
5556
vm.expectRevert("Insufficient fee provided");
5657
pythLazer.verifyUpdate{ value: 1 wei }(update);
5758
assertEq(bob.balance, 1 ether);

0 commit comments

Comments
 (0)