Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 8, 2023
1 parent 63a471d commit 55a3a43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class GitSourceSettingsTest {

val settings = GitSourceSettings.fromArgs(arrayOf("--repository", repository, "--branch", branch))
settings.workdir = ".tmp"
settings.repositoryPath = ".tmp" + java.io.File.separator + repository.substringAfterLast("/")

val commandManager = GitCommandManager(settings.repositoryPath)
doCheckout(commandManager, settings)
Expand Down

0 comments on commit 55a3a43

Please sign in to comment.