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

Commit f0435e0

Browse files
Need to initliaze the repository for tests
1 parent 2a106a1 commit f0435e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/IntegrationTests/BaseGitEnvironmentTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protected async Task<IEnvironment> Initialize(NPath repoPath, NPath environmentP
3434
RepositoryManager.Initialize();
3535

3636
Environment.Repository = new Repository("TestRepo", repoPath);
37+
Environment.Repository.Initialize(RepositoryManager);
3738

3839
RepositoryManager.Start();
3940

0 commit comments

Comments
 (0)