removed "only" from circuit tests

This commit is contained in:
0xturboblitz
2023-11-07 20:21:32 +03:00
parent a9695ac8e1
commit e77ce83ede

View File

@@ -130,7 +130,7 @@ describe('Circuit tests', function () {
)).to.be.rejected;
})
it.only('should support selective disclosure', async function () {
it('should support selective disclosure', async function () {
const attributeToPosition = {
issuing_state: [2, 5],
name: [5, 44],