Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Apr 26, 2021
1 parent b1dafef commit 5fe1d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/vestings/upgrading.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
const { expect } = require('chai');
const { expectRevert, send, ether } = require('@openzeppelin/test-helpers');
const {
stopImpersonatingAccount,
impersonateAccount,
resetFork,
} = require('../utils');
const { contractSettings, contracts } = require('../../deployments/settings');
const { contractSettings } = require('../../deployments/settings');
const { upgradeContracts } = require('../../deployments');

const VestingEscrowFactory = artifacts.require('VestingEscrowFactory');
Expand Down

0 comments on commit 5fe1d77

Please sign in to comment.