Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 30, 2023
1 parent ab1d685 commit abe78bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/protocol/DisputeHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { DisputeResolverFee } = require("../../scripts/domain/DisputeResolverFee"
const PausableRegion = require("../../scripts/domain/PausableRegion.js");
const { getInterfaceIds } = require("../../scripts/config/supported-interfaces.js");
const { RevertReasons } = require("../../scripts/config/revert-reasons.js");
const { toHexString } = require('../../scripts/util/utils.js')
const { toHexString } = require("../../scripts/util/utils.js");
const { deployMockTokens } = require("../../scripts/util/deploy-mock-tokens");
const {
setNextBlockTimestamp,
Expand Down
2 changes: 1 addition & 1 deletion test/protocol/MetaTransactionsHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { DisputeResolverFee } = require("../../scripts/domain/DisputeResolverFee"
const { getInterfaceIds } = require("../../scripts/config/supported-interfaces.js");
const { RevertReasons } = require("../../scripts/config/revert-reasons.js");
const { deployMockTokens } = require("../../scripts/util/deploy-mock-tokens");
const { toHexString } = require('../../scripts/util/utils.js')
const { toHexString } = require("../../scripts/util/utils.js");
const {
prepareDataSignatureParameters,
setNextBlockTimestamp,
Expand Down
2 changes: 1 addition & 1 deletion test/util/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function deploySuite(deployer, newVersion) {

// checkout old version
const { oldVersion: tag, deployScript: scriptsTag } = versionTags;
console.log("only",versionTags);
console.log("only", versionTags);

console.log(`Fetching tags`);
shell.exec(`git fetch --force --tags origin`);
Expand Down

0 comments on commit abe78bd

Please sign in to comment.