Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fix(protocol): remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Jan 31, 2020
1 parent c4c8ce7 commit 6170694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test/ERC1724/ZkAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ contract('ZkAsset', (accounts) => {
expect(receipt.status).to.equal(true);
});

it.only('should update a note registry by consuming input notes, with kPublic negative', async () => {
it('should update a note registry by consuming input notes, with kPublic negative', async () => {
const zkAsset = await ZkAsset.new(ace.address, erc20.address, scalingFactor);
const {
depositInputNotes,
Expand Down

0 comments on commit 6170694

Please sign in to comment.