Skip to content

Commit

Permalink
fix signers
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Nov 6, 2024
1 parent f81c501 commit d86e4c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions test/plugins/individual-collateral/collateralTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ import {
} from './fixtures'
import { expectInIndirectReceipt } from '../../../common/events'
import { whileImpersonating } from '../../utils/impersonation'
import {
IConfig,
IGovParams,
IGovRoles,
IRTokenSetup,
networkConfig,
} from '../../../common/configuration'
import { IGovParams, IGovRoles, IRTokenSetup, networkConfig } from '../../../common/configuration'
import {
advanceBlocks,
advanceTime,
Expand Down
1 change: 1 addition & 0 deletions test/plugins/individual-collateral/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const getDefaultFixture = async function (salt: string) {
}

// Deploy Facade
const signers = await ethers.getSigners()
const FacadeFactory: ContractFactory = await ethers.getContractFactory('Facade')
const facade = await ethers.getContractAt(
'TestIFacade',
Expand Down
2 changes: 1 addition & 1 deletion test/scenario/cETH.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { loadFixture } from '@nomicfoundation/hardhat-network-helpers'
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers//'
import { expect } from 'chai'
import { BigNumber } from 'ethers'
import { ethers } from 'hardhat'
Expand Down

0 comments on commit d86e4c1

Please sign in to comment.