Skip to content

Commit

Permalink
chore: add comments to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
urbentom committed Sep 25, 2023
1 parent 17bee84 commit 3cfc281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/js/test/readApi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test('it can fetch the proof of a compressed asset by ID', async (t) => {
test('it can fetch an nft assets by group', async (t) => {
const { umi } = t.context;

// When we fetch the proof of the asset using its ID.
// Fetch the assets on devnet that have the following collection "C7JjL4tXgqDKsek44AoNQBEME2aCvry6xZdKA8CxLoZr"
const asset = await umi.rpc.getAssetsByGroup({
groupKey: 'collection',
groupValue: 'C7JjL4tXgqDKsek44AoNQBEME2aCvry6xZdKA8CxLoZr',
Expand Down Expand Up @@ -263,7 +263,7 @@ test('it can fetch an nft assets by group', async (t) => {
test('it can fetch an nft assets by group with a sort', async (t) => {
const { umi } = t.context;

// When we fetch the proof of the asset using its ID.
// Fetch the assets on devnet that have the following collection "C7JjL4tXgqDKsek44AoNQBEME2aCvry6xZdKA8CxLoZr"
const asset = await umi.rpc.getAssetsByGroup({
groupKey: 'collection',
groupValue: 'C7JjL4tXgqDKsek44AoNQBEME2aCvry6xZdKA8CxLoZr',
Expand Down

0 comments on commit 3cfc281

Please sign in to comment.