Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 21, 2023
1 parent 73fa2ee commit 8834fdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static async Task RepoDownloadTest(bool needsClone)

var cloneAttempts = 0;
var mockRepository = new Mock<IRepository>();
mockRepository.Setup(x => x.ShaIsParent(It.IsNotNull<string>(), It.IsAny<CancellationToken>())).ReturnsAsync(true);
var mockRepositoryManager = new Mock<IRepositoryManager>();
mockRepositoryManager.Setup(x => x.CloneRepository(
generalConfig.OpenDreamGitUrl,
Expand Down

0 comments on commit 8834fdb

Please sign in to comment.