CoMakery / comakery-eos-vesting

CoMakery compatible token vesting contract for EOS / Telos
MIT License
0 stars 3 forks source link

Error while executing tests #2 #11

Closed IntegralTeam closed 3 years ago

IntegralTeam commented 3 years ago

I tried running the tests, but I got errors again. I found in the code that after connecting the contracts, they are still used. For example:

https://github.com/CoMakery/comakery-eos-vesting/blob/main/cmkryvesting_tests/common.hpp#L282 https://github.com/CoMakery/comakery-eos-vesting/blob/main/cmkryvesting_tests/common.hpp#L162 https://github.com/CoMakery/comakery-eos-vesting/blob/main/cmkryvesting_tests/common.hpp#L538-L541

And in the tests themselves of the contract: https://github.com/CoMakery/comakery-eos-vesting/blob/main/cmkryvesting_tests/vesting_contract_test.cpp#L89 https://github.com/CoMakery/comakery-eos-vesting/blob/main/cmkryvesting_tests/vesting_contract_test.cpp#L217

So I think you still need contract files to run tests.