mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-13 20:06:35 +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.