Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddern committed Aug 29, 2024
1 parent 23e9a1e commit 3fce4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ingestors/highlight.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('highlight', function () {

expect(mintInstructions.contractAddress).to.equal('0x8087039152c472Fa74F47398628fF002994056EA');
expect(mintInstructions.contractMethod).to.equal('vectorMint721');
expect(mintInstructions.contractParams).to.equal('[866, 1, address]');
expect(mintInstructions.contractParams).to.equal('[866, quantity, address]');
expect(mintInstructions.priceWei).to.equal('2100000000000000');

expect(template.featuredImageUrl).to.equal(
Expand Down

0 comments on commit 3fce4e8

Please sign in to comment.