ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Test Clean-Up necessary #80

Open thinkrapido opened 5 months ago

thinkrapido commented 5 months ago

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.

tareknaser commented 5 months ago

Related conversation: https://github.com/ARK-Builders/arklib/pull/72#discussion_r1481248129