Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test imports and changed vars #203

Merged
merged 1 commit into from
Jan 19, 2023
Merged

fix: test imports and changed vars #203

merged 1 commit into from
Jan 19, 2023

Conversation

pakim249CAL
Copy link
Contributor

Pull Request

Issue(s) fixed

This pull request:

@@ -1,12 +1,12 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.17;

import {IPool, IPoolAddressesProvider} from "../../src/interfaces/aave/IPool.sol";
import {IPool, IPoolAddressesProvider} from "@aave-v3-core/interfaces/IPool.sol";
import {DataTypes} from "@aave-v3-core/protocol/libraries/types/DataTypes.sol";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should spend time on building a regex imports separator plugging onto forge formatter

@Rubilmax Rubilmax merged commit 842945c into main Jan 19, 2023
@Rubilmax Rubilmax deleted the fix/merge-issue branch January 19, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests on main dont compile
3 participants