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 Jan 29, 2025
1 parent 3ac5187 commit 3e7500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/contract-request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import {
import { AbstractMessageHandler } from '../../src/iden3comm/handlers/message-handler';
import { IOnChainVerifierMultiQuery } from '../../src/storage/interfaces/onchain-verifier-multi-query';

describe.only('contract-request', () => {
describe('contract-request', () => {
let idWallet: IdentityWallet;
let credWallet: CredentialWallet;

Expand Down

0 comments on commit 3e7500c

Please sign in to comment.