Skip to content

Commit

Permalink
Change repo for tests
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <andre15andre@hotmail.com>
  • Loading branch information
andre15silva committed Mar 7, 2021
1 parent a1ffdb9 commit b79c0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -72,7 +72,7 @@ public void testPipelineOnlyGitRepository() throws Exception {
public void testPipelineGitRepositoryAndBranch() throws Exception {
GitRepositoryLauncher l = new GitRepositoryLauncher(new String[]{
"--gitrepo",
"--gitrepourl", "https://github.com/andre15silva/failingProject",
"--gitrepourl", "https://github.com/repairnator/failingProject",
"--gitrepobranch", "astor-jkali-failure",
"--repairTools", "AstorJKali",
"--workspace", workspaceFolder.getRoot().getAbsolutePath(),
Expand Down
Expand Up @@ -52,7 +52,7 @@ public void testPipelineOnlyGitRepository() throws Exception {
public void testPipelineGitRepositoryAndBranch() throws Exception {
GithubMainProcess mainProc = (GithubMainProcess) MainProcessFactory.getGithubMainProcess(new String[]{
"--gitrepo",
"--gitrepourl", "https://github.com/andre15silva/failingProject",
"--gitrepourl", "https://github.com/repairnator/failingProject",
"--gitrepobranch", "astor-jkali-failure",
"--repairTools", "AstorJKali",
"--workspace", workspaceFolder.getRoot().getAbsolutePath(),
Expand Down

0 comments on commit b79c0be

Please sign in to comment.