Skip to content

Commit

Permalink
✅ Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 25, 2023
1 parent e83bc79 commit c4e88fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/AsyncOrder.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity 0.8.18;

import {Bootstrap, IPerpsMarketProxy} from "test/utils/Bootstrap.sol";
import {IEngine} from "src/interfaces/IEngine.sol";
import {SynthetixMock} from "test/utils/mocks/SynthetixMock.sol";

contract AsyncOrderTest is Bootstrap, SynthetixMock {
Expand Down
2 changes: 1 addition & 1 deletion test/NonceBitmap.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {ConditionalOrderSignature} from
"test/utils/ConditionalOrderSignature.sol";
import {IEngine} from "src/interfaces/IEngine.sol";

contract NonceBitmap is Bootstrap, ConditionalOrderSignature {
contract NonceBitmapTest is Bootstrap, ConditionalOrderSignature {
address signer;
uint256 signerPrivateKey;

Expand Down

0 comments on commit c4e88fe

Please sign in to comment.