Skip to content

Commit 6a477c7

Browse files
committed
test: Fix test
1 parent dc057d3 commit 6a477c7

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
@@ -305,7 +305,7 @@ contract ATokenTransferTests is TestnetProcedures {
305305
contracts.poolProxy.borrow(tokenList.usdx, 200_000e6, 2, 0, carol);
306306

307307
// wait to inflate the index
308-
vm.warp(block.timestamp + timePassed);
308+
vm.warp(vm.getBlockTimestamp() + timePassed);
309309
// transfer the usdx
310310
vm.prank(alice);
311311
aToken.transfer(mockReceiver, amount);

0 commit comments

Comments
 (0)