clarity-lang / book

Clarity of Mind is both an introductory as well as a reference book for the Clarity smart contract language.
http://book.clarity-lang.org
Creative Commons Attribution Share Alike 4.0 International
70 stars 49 forks source link

fix: remove unnecessary async #32

Closed abhiShandy closed 11 months ago

abhiShandy commented 1 year ago

This avoids deno-lint from tagging the test function

netlify[bot] commented 1 year ago

Deploy Preview for claritybook ready!

Name Link
Latest commit 7a4fc213bab2d763d1b97071157ef0ae4ba51657
Latest deploy log https://app.netlify.com/sites/claritybook/deploys/639d2f39a9e25d0008a3b260
Deploy Preview https://deploy-preview-32--claritybook.netlify.app/ch08-01-time-locked-wallet
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

MarvinJanssen commented 1 year ago

Does the Clarinet type definition not require async?

abhiShandy commented 1 year ago

there are no await statements inside those tests

MarvinJanssen commented 11 months ago

Since Clarinet 2.0 tests work differently, this change no longer applies. See #42.