Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent authored Nov 22, 2023
2 parents ffbcb43 + f66819f commit 3404045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: MIT
pragma solidity =0.8.19;

import {CommonE2EBase} from 'test/e2e/Common.sol';
import {IntegrationBase} from 'test/integration/IntegrationBase.sol';

contract E2EGreeter is CommonE2EBase {
contract IntegrationGreeter is IntegrationBase {
function test_Greet() public {
uint256 _whaleBalance = _dai.balanceOf(_daiWhale);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {IERC20} from 'isolmate/interfaces/tokens/IERC20.sol';

import {Greeter, IGreeter} from 'contracts/Greeter.sol';

contract CommonE2EBase is DSTestFull {
contract IntegrationBase is DSTestFull {
uint256 internal constant _FORK_BLOCK = 15_452_788;

string internal _initialGreeting = 'hola';
Expand Down

0 comments on commit 3404045

Please sign in to comment.