mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-06 23:33:12 +00:00
Refactoring
This commit is contained in:
parent
f2757067f6
commit
5d632cd070
@ -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
|
||||
|
||||
|
||||
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user