Skip to content

Commit 89261ab

Browse files
committed
remove only in test
1 parent cb9c837 commit 89261ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handlers/auth.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ describe('auth', () => {
405405
expect(token).to.be.a('object');
406406
});
407407

408-
it.only('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
408+
it('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
409409
const ethSigner = new ethers.Wallet(
410410
WALLET_KEY,
411411
(dataStorage.states as EthStateStorage).provider

0 commit comments

Comments
 (0)