Skip to content

Commit

Permalink
change interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Apr 10, 2024
1 parent a484d3a commit 3f38d06
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 3f38d06

Please sign in to comment.