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 59affb7 commit 5b03a20Copy full SHA for 5b03a20
tests/protocol/tokenization/ATokenTransfers.t.sol
@@ -292,7 +292,7 @@ contract ATokenTransferTests is TestnetProcedures {
292
}
293
294
function test_atoken_transfer_sets_enabled_as_collateral(
295
- uint64 timePassed,
+ uint56 timePassed,
296
uint256 amount
297
) public {
298
uint256 aliceBalance = IERC20(aToken).balanceOf(alice);
0 commit comments