folia-app / folia-contracts

Apache License 2.0
19 stars 7 forks source link

unit test fails on missing part in url #2

Closed harmvandendorpel closed 3 years ago

harmvandendorpel commented 3 years ago

on https://github.com/folia-app/folia-contracts/blob/main/test/Folia.test.js#L42

the url should be

const URI = 'https://folia.app/v1/metadata/'

to make the tests pass

❤️