ARK-Builders/arklib

Test Clean-Up necessary

Closed this issue · 1 comments

The Test
atomic/files.rs

    #[test]
    fn multiple_version_files() {

leaves the artifact {}_cellphoneID in the tmp folder.

Correct Behavior: It should be cleaned up after the test.

Related conversation: #72 (comment)