justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
416 stars 229 forks source link

Fix race condition in tests #284

Closed FauconSpartiate closed 11 months ago

FauconSpartiate commented 11 months ago

Test have been randomly failing for some time. Turns out it is because some tests are marked as async when they shouldn't, which can cause a race condition on the deletion of the tmp folder.