Skip to content

Commit

Permalink
Test shared() in addition to shared(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 21, 2023
1 parent 800b603 commit 72af82a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void test_clone_shared() throws IOException, InterruptedException {

@Test
public void test_clone_null_branch() throws IOException, InterruptedException {
testGitClient.clone_().url(workspace.localMirror()).repositoryName("origin").shared(true).execute();
testGitClient.clone_().url(workspace.localMirror()).repositoryName("origin").shared().execute();
testGitClient.checkout().ref("origin/master").branch(null).execute();
check_remote_url(workspace, testGitClient, "origin");
assertAlternateFilePointsToLocalMirror();
Expand Down

0 comments on commit 72af82a

Please sign in to comment.