Skip to content

Commit

Permalink
test: remove unused ERC3156FlashBorrowerMock import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 13, 2024
1 parent f36b79a commit c6c508a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/erc20-flash-mint/tests/erc20-flash-mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ use e2e::{receipt, send, watch, Account, EventExt, ReceiptExt, Revert};
use eyre::Result;
use mock::borrower;

use crate::{
borrower::ERC3156FlashBorrowerMock, Erc20FlashMintExample::constructorCall,
};
use crate::Erc20FlashMintExample::constructorCall;

mod abi;
mod mock;
Expand Down

0 comments on commit c6c508a

Please sign in to comment.