Skip to content

Commit

Permalink
fix: bundle.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Mar 5, 2024
1 parent e8a0c7d commit 3c99921
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions e2e/tests/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,8 @@ describe("Bundle e2e tests", () => {
(bundles[0].items[0] as subgraph.NftItemMetadataEntity).tokenId
).toEqual(digitalItem.tokenId);
expect(
(bundles[0].items[0] as subgraph.NftItemMetadataEntity).transferMethod
).toEqual(digitalItem.transferMethod);
expect(
(bundles[0].items[0] as subgraph.NftItemMetadataEntity).transferDelay
).toEqual(digitalItem.transferDelay);
(bundles[0].items[0] as subgraph.NftItemMetadataEntity).terms
).toEqual(digitalItem.terms);
expect(
(bundles[0].items[0] as subgraph.NftItemMetadataEntity).tokenIdRange
).toBeTruthy();
Expand Down

0 comments on commit 3c99921

Please sign in to comment.