Skip to content

Commit

Permalink
fix: updated import in deploy_estate_sale
Browse files Browse the repository at this point in the history
  • Loading branch information
capedcrusader21 committed Nov 28, 2024
1 parent 5019cb9 commit c867030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
setAsLandMinter,
writeProofs,
} from '../../land-sale-artifacts/getLandSales';
import {skipUnlessTest} from '../../../core/utils/network';
import {skipUnlessTest} from '../../land-sale-artifacts/network';

type SaleDeployment = {
name: string;
Expand Down

1 comment on commit c867030

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

90.32%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/land-sale/contracts
   EstateSaleWithAuth.sol80.33%68.18%75%90.32%109, 125, 166, 166, 169, 259–266, 63, 74, 80, 88, 88, 88–89
packages/land-sale/contracts/common/Interfaces
   ERC1155.sol100%100%100%100%
   ERC165.sol100%100%100%100%
   ERC20.sol100%100%100%100%
   ERC20WithMetadata.sol100%100%100%100%
   ERC721.sol100%100%100%100%
   ERC721Events.sol100%100%100%100%
   ILandToken.sol100%100%100%100%

Please sign in to comment.