Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Aug 7, 2024
1 parent 3cb4d9b commit bef4d3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions legacy/sdk/tests/integration/v2/initialize_pool_v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,6 @@ describe("initialize_pool_v2", () => {
// TODO: remove anchorPatch: v0.29 doesn't recognize Group
await runTest({ supported: false, createTokenBadge: true, tokenTrait, anchorPatch: true });
await runTest({ supported: false, createTokenBadge: false, tokenTrait, anchorPatch: true });
*/
});

it("Token-2022: [FAIL] with/without TokenBadge with GroupPointer" , async () => {
Expand All @@ -1236,7 +1235,6 @@ describe("initialize_pool_v2", () => {
// TODO: remove anchorPatch: v0.29 doesn't recognize Member
await runTest({ supported: false, createTokenBadge: true, tokenTrait, anchorPatch: true });
await runTest({ supported: false, createTokenBadge: false, tokenTrait, anchorPatch: true });
*/
});

it("Token-2022: [FAIL] with/without TokenBadge with MemberPointer", async () => {
Expand Down
2 changes: 0 additions & 2 deletions legacy/sdk/tests/integration/v2/initialize_reward_v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ describe("initialize_reward_v2", () => {
// TODO: remove anchorPatch: v0.29 doesn't recognize Group
await runTest({ supported: false, createTokenBadge: true, tokenTrait, anchorPatch: true });
await runTest({ supported: false, createTokenBadge: false, tokenTrait, anchorPatch: true });
*/
});

it("Token-2022: [FAIL] with/without TokenBadge with GroupPointer" , async () => {
Expand All @@ -753,7 +752,6 @@ describe("initialize_reward_v2", () => {
// TODO: remove anchorPatch: v0.29 doesn't recognize Member
await runTest({ supported: false, createTokenBadge: true, tokenTrait, anchorPatch: true });
await runTest({ supported: false, createTokenBadge: false, tokenTrait, anchorPatch: true });
*/
});

it("Token-2022: [FAIL] with/without TokenBadge with MemberPointer", async () => {
Expand Down

0 comments on commit bef4d3c

Please sign in to comment.