File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/NerdBank.GitVersioning.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ public void Worktree_Support(bool detachedHead)
444444 var context = this . CreateGitContext ( workTreePath ) ;
445445 var oracleWorkTree = new VersionOracle ( context ) ;
446446 Assert . Equal ( oracleOriginal . Version , oracleWorkTree . Version ) ;
447-
447+
448448 Assert . True ( context . TrySelectCommit ( "HEAD" ) ) ;
449449 Assert . True ( context . TrySelectCommit ( this . LibGit2Repository . Head . Tip . Sha ) ) ;
450450 }
@@ -736,7 +736,7 @@ public void GetVersion_PathFilterInTwoDeepSubDirAndVersionBump()
736736 {
737737 this . InitializeSourceControl ( ) ;
738738
739- const string relativeDirectory = "src\\ lib" ;
739+ const string relativeDirectory = "src/ lib" ;
740740 var versionOptions = new VersionOptions
741741 {
742742 Version = new SemanticVersion ( "1.1" ) ,
You can’t perform that action at this time.
0 commit comments