ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

Better management of temporary files in RecursiveAddTest #168

Closed odisseus closed 1 year ago

odisseus commented 4 years ago

The test used to create temporary files without cleaning them afterwards, which made subsequent runs always fail.

I have checked that the test passes when all other dependency-related problems are fixed.

odisseus commented 4 years ago

@ianopolous, @autonome – does this pull request have any chances to get merged?