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

Commit ace0030

Browse files
committed
Please be green
1 parent c4b83ca commit ace0030

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/IntegrationTests/Git/GitClientTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ class GitClientTests : BaseGitEnvironmentTest
1111
{
1212
protected static TimeSpan Timeout = TimeSpan.FromMinutes(5);
1313

14+
[Test]
15+
public void AaSetupGitFirst()
16+
{
17+
InitializePlatformAndEnvironment(TestRepoMasterCleanSynchronized);
18+
}
19+
1420
[Test]
1521
public async Task ShouldGetGitVersion()
1622
{

0 commit comments

Comments
 (0)