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

Commit 73dbafb

Browse files
Removing assertion that may be false
1 parent 2bdce24 commit 73dbafb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/IntegrationTests/Process/ProcessManagerIntegrationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public async Task CredentialHelperGetTest()
179179
s = await ProcessManager
180180
.GetGitCreds(TestRepoMasterCleanSynchronized, Environment, GitEnvironment)
181181
.StartAsAsync();
182-
s.Should().NotBeNull();
183182
}
184183
}
185184
}

0 commit comments

Comments
 (0)