Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 819a217

Browse files
run tests
1 parent 1ef956d commit 819a217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/DevTesting.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ contract DevTesting is BaseTest {
9090
uint256 usdcSupplied = usdcMarket.balanceOfUnderlying(rahul);
9191
uint256 usdtSupplied = usdtMarket.balanceOfUnderlying(rahul);
9292
uint256 wbtcSupplied = wbtcMarket.balanceOfUnderlying(rahul);
93-
emit log_named_uint("wethSupplied", wethSupplied);
93+
// emit log_named_uint("wethSupplied", wethSupplied);
9494
emit log_named_uint("usdcSupplied", usdcSupplied);
9595
emit log_named_uint("usdtSupplied", usdtSupplied);
9696
emit log_named_uint("wbtcSupplied", wbtcSupplied);

0 commit comments

Comments
 (0)