Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ae0b776

Browse files
Poorly fixing unit tests
1 parent 90ed705 commit ae0b776

File tree

3 files changed

+78
-76
lines changed

3 files changed

+78
-76
lines changed

src/tests/IntegrationTests/BaseGitEnvironmentTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected async Task<IEnvironment> Initialize(NPath repoPath, NPath environmentP
3333
RepositoryManager = GitHub.Unity.RepositoryManager.CreateInstance(Platform, TaskManager, usageTracker, GitClient, repoPath);
3434
RepositoryManager.Initialize();
3535

36-
Environment.Repository = new Repository(GitClient, RepositoryManager, repoPath);
36+
Environment.Repository = new Repository("TestRepo", repoPath);
3737

3838
RepositoryManager.Start();
3939

0 commit comments

Comments
 (0)