You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Hi @blockracers! Thanks for pointing this out and apologies for late response! You're 100% correct, would you be willing to open a PR with these changes? Thanks again!
Hey @blockracers, we're going to convert our tests to use async/await, so that will supersede this entirely. See issue #772. Keeping this open for now until that's addressed.
https://www.trufflesuite.com/docs/truffle/testing/writing-tests-in-javascript
The first examples should use done or return the promise,
otherwise they it will pass incorrectly eg.
Should be:
or
The text was updated successfully, but these errors were encountered: