parity-wasm
parity-wasm copied to clipboard
Fix testsuite on windows
Testsuite fails on windows because of manual filepath handling. Fixed it by using std::path::Path instead of str.
The clippy issue is not related to this PR. I'm not sure if I should fix it in this PR?
@pepyakin Can this be merged?
technically we need two thumbs up, @athei r?
The clippy issue is not related to this PR. I'm not sure if I should fix it in this PR?
Yes please fix the clippy issue. Then I merge Thanks.