Fix deprecation warning

This commit is contained in:
Alexandre Archambault
2017-03-27 16:18:17 +02:00
parent 79e60f17ca
commit 44e3eee0d3
@@ -49,7 +49,7 @@ object CacheFetchTests extends TestSuite {
)
)
startRes.process.run(fetch).run
startRes.process.run(fetch).unsafePerformSync
} finally {
cleanTmpDir()
}