Skip to content

Commit

Permalink
remove only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Mar 28, 2024
1 parent cb9c837 commit 89261ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ describe('auth', () => {
expect(token).to.be.a('object');
});

it.only('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
it('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
const ethSigner = new ethers.Wallet(
WALLET_KEY,
(dataStorage.states as EthStateStorage).provider
Expand Down

0 comments on commit 89261ab

Please sign in to comment.