Skip to content

Commit

Permalink
fix: wrong route in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Sep 25, 2024
1 parent 332cafa commit 511b2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/safeContracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {

chai.use(chaiAsPromised)

describe.only('Safe contracts', () => {
describe('Safe contracts', () => {
const provider = getEip1193Provider()

describe('getSafeContract', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/safeDeployment.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DEFAULT_SAFE_VERSION } from '@safe-global/protocol-kit/contracts/config'
import { safeVersionDeployed } from '@safe-global/protocol-kit/hardhat/deploy/deploy-contracts'
import { safeVersionDeployed } from '@safe-global/testing-kit'
import Safe, {
getSafeAddressFromDeploymentTx,
PredictedSafeProps,
Expand Down

0 comments on commit 511b2d3

Please sign in to comment.