Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 9, 2023
1 parent 26d0ab2 commit 2546019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator/features/__snapshots__/assetListing.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ contract AaveV3Ethereum_Test_20231023_Test is ProtocolV3TestBase {
AaveV3Ethereum_Test_20231023 internal proposal;
function setUp() public {
vm.createSelectFork(vm.rpcUrl('mainnet'), 18532972);
vm.createSelectFork(vm.rpcUrl('mainnet'), 18532977);
proposal = new AaveV3Ethereum_Test_20231023();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contract AaveV3Ethereum_Test_20231023_Test is ProtocolV3TestBase {
AaveV3Ethereum_Test_20231023 internal proposal;
function setUp() public {
vm.createSelectFork(vm.rpcUrl('mainnet'), 18532972);
vm.createSelectFork(vm.rpcUrl('mainnet'), 18532977);
proposal = new AaveV3Ethereum_Test_20231023();
}
Expand Down

0 comments on commit 2546019

Please sign in to comment.