Skip to content

Commit

Permalink
Removes unused import and enables tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Oct 12, 2023
1 parent 20648d7 commit beb5ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions contracts/issuer/IssuerTopFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import "../fast/FastTokenFacet.sol";
import "./lib/AIssuerFacet.sol";
import "./lib/LibIssuer.sol";

import "@openzeppelin/contracts/utils/math/Math.sol";

contract IssuerTopFacet is AIssuerFacet {
using LibAddressSet for LibAddressSet.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { abiStructToObj } from "../utils";
chai.use(solidity);
chai.use(smock.matchers);

describe.only("MarketplaceFastDeploymentRequestsFacet", () => {
describe("MarketplaceFastDeploymentRequestsFacet", () => {
let deployer: SignerWithAddress,
issuerMember: SignerWithAddress,
alice: SignerWithAddress,
Expand Down

0 comments on commit beb5ed5

Please sign in to comment.