Skip to content

Commit

Permalink
fix: bad refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 17, 2025
1 parent a558fae commit 1e1adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/governance/propose-l2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as fs from 'fs'
import Web3 from 'web3'
import { EXTRA_LONG_TIMEOUT_MS, testLocallyWithWeb3Node } from '../../test-utils/cliUtils'
import { createMultisig, setupSafeContracts } from '../../test-utils/multisigUtils'
import Approve from './approve'
import Approve from '../multisig/approve'
import Propose from './propose'

process.env.NO_SYNCCHECK = 'true'
Expand Down

0 comments on commit 1e1adae

Please sign in to comment.