Commit b20ec649 authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent 1d09a6a9
......@@ -6,7 +6,10 @@ import Artifact__L2OutputOracle from '@eth-optimism/contracts-bedrock/forge-arti
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'
import { expect } from './setup'
import { findOutputForIndex, findFirstUnfinalizedStateBatchIndex } from '../../src/fault-mon'
import {
findOutputForIndex,
findFirstUnfinalizedStateBatchIndex,
} from '../../src/fault-mon'
describe('helpers', () => {
const deployConfig = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment