Skip to content

Commit

Permalink
Provide missing arg to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Dec 20, 2022
1 parent 0ada3b9 commit 0ac0abe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ class DefaultFileOperationsTest extends Specification {
TestFiles.documentationRegistry(),
TestFiles.taskDependencyFactory(),
TestUtil.providerFactory(),
TestCaches.decompressionCacheFactory(temporaryFileProvider.newTemporaryDirectory("cache"))
TestCaches.decompressionCacheFactory(temporaryFileProvider.newTemporaryDirectory("cache")),
null
)
}

Expand Down

0 comments on commit 0ac0abe

Please sign in to comment.