Skip to content

Commit

Permalink
Merge branch 'remove-unused-test-imports'
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Feb 26, 2024
2 parents c8d2772 + 65aa273 commit 16b645b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
3 changes: 0 additions & 3 deletions test/Int128/BaseInt128.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ pragma solidity >=0.8.19;

import {Test, console} from "forge-std/Test.sol";
import {
BaseQuantoPerUSDInt128,
BaseInt128,
BaseUint128,
QuantoInt128,
USDPerBaseInt128,
USDPerQuantoInt128,
USDInt128
} from "src/UnitTypes.sol";

Expand Down
3 changes: 1 addition & 2 deletions test/Int128/BaseQuantoPerUSDInt128.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {
BaseInt128,
QuantoInt128,
USDPerBaseInt128,
USDPerQuantoInt128,
USDInt128
USDPerQuantoInt128
} from "src/UnitTypes.sol";

contract BaseQuantoPerUSDInt128Test is Test {
Expand Down
3 changes: 0 additions & 3 deletions test/Int128/QuantoInt128.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ pragma solidity >=0.8.19;

import {Test, console} from "forge-std/Test.sol";
import {
BaseQuantoPerUSDInt128,
BaseInt128,
QuantoInt128,
QuantoUint128,
USDPerBaseInt128,
USDPerQuantoInt128,
USDInt128
} from "src/UnitTypes.sol";
Expand Down
5 changes: 0 additions & 5 deletions test/Int128/USDInt128.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ pragma solidity >=0.8.19;

import {Test, console} from "forge-std/Test.sol";
import {
BaseQuantoPerUSDInt128,
BaseInt128,
QuantoInt128,
USDPerBaseInt128,
USDPerQuantoInt128,
USDInt128,
USDUint128
} from "src/UnitTypes.sol";
Expand Down
1 change: 0 additions & 1 deletion test/Int128/USDPerBaseInt128.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
QuantoInt128,
USDPerBaseInt128,
USDPerBaseUint128,
USDPerQuantoInt128,
USDInt128
} from "src/UnitTypes.sol";

Expand Down

0 comments on commit 16b645b

Please sign in to comment.