Skip to content

Commit 5b03a20

Browse files
committed
fix: unrelated test patch for foundry nightly
1 parent 59affb7 commit 5b03a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocol/tokenization/ATokenTransfers.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ contract ATokenTransferTests is TestnetProcedures {
292292
}
293293

294294
function test_atoken_transfer_sets_enabled_as_collateral(
295-
uint64 timePassed,
295+
uint56 timePassed,
296296
uint256 amount
297297
) public {
298298
uint256 aliceBalance = IERC20(aToken).balanceOf(alice);

0 commit comments

Comments
 (0)