Open cmichi opened 3 years ago
We should add tests for the trait-incrementer example added in https://github.com/paritytech/ink/pull/932 to the waterfall. All possible contract interactions should be covered by the tests.
trait-incrementer
This can be done analog to the existing tests for trait-flipper.
trait-flipper
Additionally we also want to test the inc_by method that the contract but not the trait defines.
inc_by
We should add tests for the
trait-incrementer
example added in https://github.com/paritytech/ink/pull/932 to the waterfall. All possible contract interactions should be covered by the tests.This can be done analog to the existing tests for
trait-flipper
.