Skip to content

Replace os.MkdirTemp in tests with t.TempDir()

Warren Gifford requested to merge rs/test-tempdir into main

Created by: ryanslade

That way we don't need to worry about cleaning up the temp directory ourselves.

Test plan

Only test code changed

Merge request reports

Loading