cowprotocol/ethcontract-rs

[test] div_euclid_overflow; not panic as expected

Horki opened this issue · 1 comments

Horki commented

cargo +stable test --release

failures:

---- int::tests::div_euclid_overflow stdout ----
note: test did not panic as expected

failures:
    int::tests::div_euclid_overflow

test result: FAILED. 89 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out

Fixed in #403