Skip to content

Commit

Permalink
remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Oct 1, 2024
1 parent 4eaba64 commit 4d85607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/ERC20toCW20PointerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe("ERC20 to CW20 Pointer", function () {
});

describe("transfer()", function () {
it.only("should transfer", async function () {
it("should transfer", async function () {
let sender = accounts[0];
let recipient = accounts[1];

Expand Down

0 comments on commit 4d85607

Please sign in to comment.