neume-network / strategies

Indexing strategies for the neume network.
GNU General Public License v3.0
11 stars 7 forks source link

zora-get-tokenuri extractor snapshot is failing #275

Closed il3ven closed 2 years ago

il3ven commented 2 years ago

In zora-get-tokenuri/extractor_test.mjs we have two NFTs as input. Our snapshot extractor also returns two NFTs as output. We split them using let [res1, res2] = result.split('\n') and test res1 against our expected output. The snapshot is failing because res1 and res2 can get interchanged as the extraction-worker doesn't maintain the sequence.

The fix is to have only one NFT as input.