Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Jul 12, 2023
1 parent 3bf2f47 commit 1fd07b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol-kit/tests/e2e/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ describe('Safe Info', () => {
itif(safeVersionDeployed >= '1.3.0')(
'should connect a Safe >=v1.3.0 that is not deployed',
async () => {
const { predictedSafe, safe, accounts, contractNetworks } =
await setupTests()
const { predictedSafe, safe, accounts, contractNetworks } = await setupTests()
const [account1] = accounts
const ethAdapter = await getEthAdapter(account1.signer)
const safeSdk = await Safe.create({
Expand Down

0 comments on commit 1fd07b4

Please sign in to comment.