Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 28, 2023
1 parent c46cb69 commit d2bfa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/eip1271.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const EIP712_SAFE_MESSAGE_TYPE = {
const MESSAGE = 'I am the owner of this Safe account'

describe('EIP1271', () => {
describe.only('Using a 2/3 Safe in the context of the EIP1271', async () => {
describe('Using a 2/3 Safe in the context of the EIP1271', async () => {
const setupTests = deployments.createFixture(async ({ deployments }) => {
await deployments.fixture()
const accounts = await getAccounts()
Expand Down

0 comments on commit d2bfa4e

Please sign in to comment.