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

Commit 0c218a9

Browse files
Minor test cleanup
1 parent 88879b4 commit 0c218a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/IntegrationTests/Process/ProcessManagerIntegrationTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ public async Task CredentialHelperGetTest()
175175
{
176176
await Initialize(TestRepoMasterCleanSynchronized);
177177

178-
string s = null;
179-
s = await ProcessManager
178+
await ProcessManager
180179
.GetGitCreds(TestRepoMasterCleanSynchronized, Environment, GitEnvironment)
181180
.StartAsAsync();
182181
}

0 commit comments

Comments
 (0)