Skip to content

Commit

Permalink
Merge pull request #7 from metaplex-foundation/nhan/fix-nft-interface
Browse files Browse the repository at this point in the history
fix test: change nft interface to correct type
  • Loading branch information
nhanphan committed May 16, 2024
2 parents a484d3a + 3f38d06 commit bd86615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/test/getAsset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DAS_API_ENDPOINTS.forEach((endpoint) => {

// Then we expect the following data.
t.like(asset, <DasApiAsset>{
interface: 'Custom',
interface: 'ProgrammableNFT',
id: assetId,
content: {
metadata: {
Expand Down

0 comments on commit bd86615

Please sign in to comment.