File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/GitVersion.Core.Tests/IntegrationTests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,12 @@ public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImp
94
94
}
95
95
96
96
[ Test ]
97
- [ Ignore ( "Needs more investigations." ) ]
98
97
public void GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingTrackingBranchOnlyBehaviourShouldReturnVersion014Plus5 ( )
99
98
{
100
99
using var fixture = new RemoteRepositoryFixture ( ) ;
101
100
Commands . Checkout ( fixture . LocalRepositoryFixture . Repository , fixture . LocalRepositoryFixture . Repository . Head . Tip ) ;
102
101
103
- fixture . AssertFullSemver ( "0.1.0+4 " , repository : fixture . LocalRepositoryFixture . Repository ) ;
102
+ fixture . AssertFullSemver ( "0.0.1--no-branch-.1+5 " , repository : fixture . LocalRepositoryFixture . Repository ) ;
104
103
}
105
104
106
105
[ Test ]
You can’t perform that action at this time.
0 commit comments