trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.61k stars 676 forks source link

Fix test skipped on Windows #4350

Open jeffsmale90 opened 1 year ago

jeffsmale90 commented 1 year ago

A test is introduced to validate database migration here https://github.com/trufflesuite/ganache/pull/4272/files#diff-31efc6aa99d13668f4159f4fa825e6c672a05aa2c18901eb14d2d32f8954ddc1R141

This test is skipped in WIN32 arch because Windows (maybe because of \v in path is not being escaped correctly 🤷)