Skip to content
Adrian Li edited this page Nov 16, 2017 · 1 revision

Welcome to the avocado wiki!

If you are having problems running your tests (e.g. Invalid number of arguments to Solidity function), try the following:

  1. Remove build folder: rm -r build
  2. truffle compile
  3. truffle migrate --reset --compile-all
  4. truffle test

Alternatively, do this within the truffle develop console.

Clone this wiki locally