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 d39f08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -273,7 +273,7 @@ testWithAnvilL2(
EXTRA_LONG_TIMEOUT_MS
)

test(
test.only(
'will successfully create proposal based on Core contract with multisig (2 signers)',
async () => {
const transactionsToBeSaved = JSON.stringify(transactions)
Expand Down

0 comments on commit d39f08c

Please sign in to comment.