Skip to content

Commit

Permalink
TECH: Fix CustomizedSimpleTest compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Nov 20, 2024
1 parent 7728629 commit 35eb8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CustomizedSimpleTest : TestCase(
dirsProvider = dirsProvider,
resourcesDirNameProvider = resourcesDirNameProvider
) {
override fun provide(dest: File, subDir: String?): File =
override fun provide(dest: File, subDir: String?, provideCleared: Boolean): File =
dirsProvider.provideCleared(dirsProvider.provideNew(dest))
}

Expand Down

0 comments on commit 35eb8c6

Please sign in to comment.