Refactoring

This commit is contained in:
Arnaud 2025-04-15 15:38:33 +02:00
parent f2757067f6
commit 5d632cd070
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
3 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const {
} = require("./evm")
const { getBytes } = require("ethers")
const MarketplaceModule = require("../ignition/modules/marketplace")
const { assertDeploymentRejectedWithCustomError } = require("./util")
const { assertDeploymentRejectedWithCustomError } = require("./helpers")
const ACCOUNT_STARTING_BALANCE = 1_000_000_000_000_000n

View File

@ -1,6 +1,6 @@
const { expect } = require("chai")
const PeriodsModule = require("../ignition/modules/periods")
const { assertDeploymentRejectedWithCustomError } = require("./util")
const { assertDeploymentRejectedWithCustomError } = require("./helpers")
describe("Periods", function () {
it("should revert when secondsPerPeriod is 0", async function () {