We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56229 commit 4bda3ceCopy full SHA for 4bda3ce
src/GitVersion.Core.Tests/IntegrationTests/RemoteRepositoryScenarios.cs
@@ -86,7 +86,7 @@ public void GivenARemoteGitRepositoryAheadOfLocalRepositoryThenChangesShouldPull
86
}
87
88
[Test]
89
- public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationThrowsException()
+ public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationHandleDetachedBranch()
90
{
91
using var fixture = new RemoteRepositoryFixture();
92
Commands.Checkout(
0 commit comments