mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-12 08:26:46 +00:00
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.