diff --git a/Directory.Build.props b/Directory.Build.props index 95293c8c30..c072f25536 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,7 +36,7 @@ 0.2.173.2 - 2.20191231.1 + 2.20200116.1 https://github.com/facebook/watchman/suites/307436006/artifacts/304557 https://github.com/microsoft/Git-Credential-Manager-Core/releases/download/v2.0.79-beta/gcmcore-osx-2.0.79.64449.pkg diff --git a/Scalar.FunctionalTests/Tests/EnlistmentPerFixture/SparseSetTests.cs b/Scalar.FunctionalTests/Tests/EnlistmentPerFixture/SparseSetTests.cs index 60a64086e3..a3e591b0d2 100644 --- a/Scalar.FunctionalTests/Tests/EnlistmentPerFixture/SparseSetTests.cs +++ b/Scalar.FunctionalTests/Tests/EnlistmentPerFixture/SparseSetTests.cs @@ -15,7 +15,7 @@ namespace Scalar.FunctionalTests.Tests.EnlistmentPerFixture public class SparseSetTests : TestsWithEnlistmentPerFixture { private const string SetOverwriteMessage = "would be overwritten by sparse checkout update"; - private const string SetIndexStateMessage = "You need to resolve your current index first"; + private const string SetIndexStateMessage = "you need to resolve your current index first"; private const string FolderDotGit = ".git"; private const string FolderDeleteFileTests = "DeleteFileTests";