Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
random file for RoundTripFileWithNoSheetCols test
In my test, RoundTripFileWithNoSheetCols fails with error `e"remove testdocs/after_write.xlsx: no such file or directory"` This is most likely due to the parallel test runs called by csRunO that try to write and remove the files concurrently. By choosing a random filename, each test create/write and removes its own file, the test passed as expected.
- Loading branch information