nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
128 stars 43 forks source link

pow-migration: Fix test compilation #2708

Closed jsdanielh closed 6 days ago

jsdanielh commented 6 days ago

Pull request checklist

jsdanielh commented 6 days ago

The code looks good to me. Could you make sure that this test won't fail to compile in the future? Maybe we could run a cargo check --all-features --tests --benches in CI?

Done.