mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-03 05:43:10 +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.