Skip to content

Commit

Permalink
indexer-cli: add type annotation for test util network specification
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Jul 8, 2024
1 parent 4ff3265 commit d9d76db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import {
import { connectDatabase, Metrics, Logger, parseGRT } from '@graphprotocol/common-ts'

const yamlObj = loadTestYamlConfig()
export const testNetworkSpecification = specification.NetworkSpecification.parse(yamlObj)
export const testNetworkSpecification: specification.NetworkSpecification =
specification.NetworkSpecification.parse(yamlObj)

export const createTestManagementClient = async (
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit d9d76db

Please sign in to comment.