Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jun 21, 2024
1 parent 4469f49 commit e433798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nftClient/createNFTCollection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../setup';
import { createNFTCollection } from '../../utils/sdkUtils';
import { accountA, mintingFeeTokenAddress } from '../../config/config';

describe.only("SDK Test", function () {
describe("SDK Test", function () {
describe("Create NFT Collection - nftClient.createNFTCollection", async function () {
it("Create NFT collection", async function () {
const response = await expect(
Expand Down

0 comments on commit e433798

Please sign in to comment.