mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 13:38:04 -05:00
removed "only" from circuit tests
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user