Skip to content

Commit

Permalink
test naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
U7nk committed Jan 12, 2023
1 parent 2c56229 commit 4bda3ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void GivenARemoteGitRepositoryAheadOfLocalRepositoryThenChangesShouldPull
}

[Test]
public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationThrowsException()
public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationHandleDetachedBranch()
{
using var fixture = new RemoteRepositoryFixture();
Commands.Checkout(
Expand Down

0 comments on commit 4bda3ce

Please sign in to comment.