Skip to content

Commit

Permalink
chore(a3p): add TODO comment for future improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Dec 9, 2024
1 parent f6aa96c commit 8f73950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a3p-integration/proposals/z:acceptance/mintHolder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test('mintHolder BLD contract is upgraded', async t => {
await provisionSmartWallet(receiver, `20000000ubld`);

const labelList = await getPSMChildren(fetch, networkConfig);
// TODO: remove slice after fixing issue #10655
const assetList = await getAssetList(labelList.slice(2));
t.log(`labelList: `, labelList);
t.log(`assetList: `, assetList);
Expand Down

0 comments on commit 8f73950

Please sign in to comment.