Skip to content

Commit

Permalink
Fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed May 14, 2024
1 parent 5bc97d5 commit 3c17409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
71 changes: 0 additions & 71 deletions tests/add_options.cairo

This file was deleted.

3 changes: 2 additions & 1 deletion tests/test_treasury.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ use snforge_std::{
stop_roll,
};
use konoha::treasury::{ITreasuryDispatcher, ITreasuryDispatcherTrait};
use konoha::traits::{IERC20Dispatcher, IERC20DispatcherTrait, IAMMDispatcher, IAMMDispatcherTrait};
use konoha::treasury_types::carmine::{IAMMDispatcher, IAMMDispatcherTrait};
use konoha::traits::{IERC20Dispatcher, IERC20DispatcherTrait};
use openzeppelin::access::ownable::interface::{
IOwnableTwoStep, IOwnableTwoStepDispatcherTrait, IOwnableTwoStepDispatcher
};
Expand Down

0 comments on commit 3c17409

Please sign in to comment.