Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Oct 31, 2024
1 parent b7d2e2e commit d01e13d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class RebuildFilePatchesTest : TaskTest() {

val source = setupDir(tempDir, testInput, "source").toFile()
setupGitRepo(source, "main", "file")
setupGitRepo(tempDir.toFile(), "main", "dum")
setupGitHook(source)
val base = setupDir(tempDir, testInput, "base").toFile()
val patches = tempDir.resolve("patches").toFile()
Expand Down

0 comments on commit d01e13d

Please sign in to comment.