mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-02-01 17:27:31 +00:00
a7dd840eaa
When a transfer of tokens from the contract fails, then the fuzzer has found a bug. Changing `require` to `assert` ensures that the fuzzer considers this a test failure.