Darun Seethammagari hace 11 meses
padre
commit
3276d49737
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lazer/contracts/evm/test/PythLazer.t.sol

+ 1 - 0
lazer/contracts/evm/test/PythLazer.t.sol

@@ -52,6 +52,7 @@ contract PythLazerTest is Test {
         assertEq(bob.balance, 1 ether);
 
         // Bob does not attach enough fees
+        vm.prank(bob);
         vm.expectRevert("Insufficient fee provided");
         pythLazer.verifyUpdate{ value: 1 wei }(update);
         assertEq(bob.balance, 1 ether);