Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 2f764b8

Browse files
committed
removed the only
1 parent be95aa7 commit 2f764b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setToken-base.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ contract("{Set}", (accounts) => {
319319
await setToken.issue(quantityIssued, TX_DEFAULTS);
320320
});
321321

322-
it.only("should successfully partial redeem a standard Set", async () => {
322+
it("should successfully partial redeem a standard Set", async () => {
323323
await setToken.partialRedeem(quantityIssued, [componentA.address], TX_DEFAULTS);
324324

325325
// User should have 0 Set token

0 commit comments

Comments
 (0)