Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jul 30, 2024
1 parent 38fb701 commit ee3c899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Distributor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import hre from 'hardhat'
import { expect } from 'chai'
import { switcher } from './helpers/CommonHelper'
import { Distributor } from '@/typechain-types'
import { Distributor, DistributorFactory } from '@/typechain-types'
import {
deployDistributorFactory,
getFilterLastEventArgs,
Expand All @@ -11,7 +11,7 @@ import {

const DISTRIBUTOR_INTERFACE_ID = '0x27d9e1cd'

async function getAccounts (): Promise<hre.ethers.HardhatEthersSigner[]> {
async function getAccounts () {
return await hre.ethers.getSigners()
}

Expand Down

0 comments on commit ee3c899

Please sign in to comment.