Skip to content

Commit 4bda3ce

Browse files
committed
test naming fix
1 parent 2c56229 commit 4bda3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/IntegrationTests/RemoteRepositoryScenarios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void GivenARemoteGitRepositoryAheadOfLocalRepositoryThenChangesShouldPull
8686
}
8787

8888
[Test]
89-
public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationThrowsException()
89+
public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationHandleDetachedBranch()
9090
{
9191
using var fixture = new RemoteRepositoryFixture();
9292
Commands.Checkout(

0 commit comments

Comments
 (0)