Fix deprecation warning

This commit is contained in:
Alexandre Archambault 2017-03-27 16:18:17 +02:00
parent 79e60f17ca
commit 44e3eee0d3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ object CacheFetchTests extends TestSuite {
)
)
startRes.process.run(fetch).run
startRes.process.run(fetch).unsafePerformSync
} finally {
cleanTmpDir()
}