Skip to content

Commit

Permalink
Upgrade version and skip storyNet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Apr 8, 2024
1 parent 1e58b92 commit 21028f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "0.0.1-beta-rc.11",
"version": "0.0.1-beta-rc.12",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import chaiAsPromised from "chai-as-promised";

chai.use(chaiAsPromised);
const expect = chai.expect;
describe("IP Asset Functions in storyTestnet", () => {
describe.skip("IP Asset Functions in storyTestnet", () => {
let client: StoryClient;
before(function () {
const config: StoryConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { chainStringToViemChain, waitTx } from "../../../src/utils/utils";
import { maxValueForApproval } from "../../../src/constants/common";
chai.use(chaiAsPromised);
const expect = chai.expect;
describe("Test royalty Functions", () => {
describe.skip("Test royalty Functions", () => {
let client: StoryClient;
let senderAddress: string;
let publicClient: PublicClient;
Expand Down

0 comments on commit 21028f2

Please sign in to comment.