Skip to content

Commit

Permalink
fix: remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed May 4, 2024
1 parent 4d6b07c commit 0919b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/test/integration/ipAsset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe("IP Asset Functions ", () => {
});
});

describe.only("SPG", () => {
describe("SPG", () => {
let nftContract: Hex;

before(async () => {
Expand Down

0 comments on commit 0919b69

Please sign in to comment.