Skip to content

Commit 13f1aa0

Browse files
committed
chore: reworked testing
1 parent 60a9f14 commit 13f1aa0

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

src/.DS_Store

6 KB
Binary file not shown.

tests/test_distribute_contract.cairo

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
use core::num::traits::Bounded;
22
use core::traits::Into;
3-
use fundable::base::types::{
4-
Distribution, DistributionHistory, TokenStats, UserStats, WeightedDistribution,
5-
};
63
use fundable::interfaces::IDistributor::{IDistributorDispatcher, IDistributorDispatcherTrait};
74
//use fundable::interfaces::IERC20::{IERC20Dispatcher, IERC20DispatcherTrait};
85
use openzeppelin::token::erc20::interface::{IERC20Dispatcher, IERC20DispatcherTrait};

0 commit comments

Comments
 (0)