Skip to content

Commit

Permalink
test: fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 7, 2024
1 parent 49115b7 commit 331b7e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
Network,
QueryFeeModels,
TapSubgraphResponse,
TapCollector,
} from '@graphprotocol/indexer-common'
import {
Address,
Expand All @@ -17,7 +18,6 @@ import {
import { testNetworkSpecification } from '../../indexer-management/__tests__/util'
import { Op, Sequelize } from 'sequelize'
import { utils } from 'ethers'
import { TapCollector } from '../tap-collector'

// Make global Jest variables available
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 331b7e5

Please sign in to comment.