diff --git a/GVFS/GVFS.Build/GVFS.props b/GVFS/GVFS.Build/GVFS.props index e997dc208..923c39c59 100644 --- a/GVFS/GVFS.Build/GVFS.props +++ b/GVFS/GVFS.Build/GVFS.props @@ -3,7 +3,7 @@ 0.2.173.2 - 2.20191217.3 + 2.20200116.1 diff --git a/GVFS/GVFS.FunctionalTests.Windows/Windows/Tests/WindowsUpdatePlaceholderTests.cs b/GVFS/GVFS.FunctionalTests.Windows/Windows/Tests/WindowsUpdatePlaceholderTests.cs index 7a9c5524a..a9e2f4cf8 100644 --- a/GVFS/GVFS.FunctionalTests.Windows/Windows/Tests/WindowsUpdatePlaceholderTests.cs +++ b/GVFS/GVFS.FunctionalTests.Windows/Windows/Tests/WindowsUpdatePlaceholderTests.cs @@ -58,6 +58,8 @@ public void LockToPreventDelete_SingleFile() "HEAD detached at " + OldCommitId, "Untracked files:", TestParentFolderName + "/LockToPreventDelete/" + testFile1Name); + + testFile1Path.ShouldBeAFile(this.fileSystem).WithContents(testFile1Contents); } this.GitCleanFile(TestParentFolderName + "/LockToPreventDelete/" + testFile1Name);