Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Nov 18, 2022
1 parent f3ed4e5 commit f41ab91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/upgrade/2.0.0-2.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ const {
mockVoucher,
mockExchange,
} = require("../util/mock");
const { getEvent, calculateVoucherExpiry, setNextBlockTimestamp, paddingType, getMappinStoragePosition } = require("../util/utils.js");
const {
getEvent,
calculateVoucherExpiry,
setNextBlockTimestamp,
paddingType,
getMappinStoragePosition,
} = require("../util/utils.js");
const { oneMonth, oneDay } = require("../util/constants");
const { readContracts } = require("../../scripts/util/utils");
const { getInterfaceIds } = require("../../scripts/config/supported-interfaces.js");
Expand Down

0 comments on commit f41ab91

Please sign in to comment.