Skip to content

Commit bbee4fa

Browse files
committed
remove only
1 parent 5934e21 commit bbee4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/credentials/credential-statuses/on-chain-revocation.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ describe('onchain revocation checks', () => {
251251
proofService = new ProofService(idWallet, credWallet, circuitStorage, ethStorage, merklizeOpts);
252252
});
253253

254-
it.only('issuer has genesis state', async () => {
254+
it('issuer has genesis state', async () => {
255255
const revocationOpts = {
256256
type: CredentialStatusType.Iden3OnchainSparseMerkleTreeProof2023,
257257
id: RHS_CONTRACT_ADDRESS

0 commit comments

Comments
 (0)