Skip to content

Commit

Permalink
cleaned up class naming and unneeded extra buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed Jan 4, 2024
1 parent fd4f385 commit 510422f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/forge/unit/Buckets.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ pragma solidity 0.8.18;
import '../utils/DSTestPlus.sol';
import '../utils/BucketInstance.sol';

import { Buckets } from 'src/libraries/internal/Buckets.sol';

import 'src/libraries/internal/Maths.sol';

contract FenwickTreeTest is DSTestPlus {
contract BucketsTest is DSTestPlus {

BucketInstance internal _bucket;

address internal _lender;
address internal _lender2;

function setUp() public {
_startTest();

_lender = makeAddr("lender");
_lender2 = makeAddr("lender");
Expand Down

0 comments on commit 510422f

Please sign in to comment.