Skip to content

Commit 4ecad58

Browse files
committed
pre-commit]
1 parent 11f5132 commit 4ecad58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

target_chains/ethereum/contracts/forge-test/utils/PythTestUtils.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ contract PythTestUtilsTest is
284284
IPythEvents
285285
{
286286
using PythUtils for *;
287+
287288
function testConvertToUnit() public {
288-
289289
vm.expectRevert();
290-
uint256 price = PythUtils.convertToUnit(-100, -5,18);
290+
uint256 price = PythUtils.convertToUnit(-100, -5, 18);
291291
}
292292
}

0 commit comments

Comments
 (0)