Make dotnet.Tests pass on localized setup

This commit is contained in:
Nick Guerrera 2017-06-12 17:31:40 -07:00
parent a2a33591ce
commit f09124fcd6
6 changed files with 12 additions and 20 deletions

View file

@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Tests
.Which
.Message
.Should()
.Be("Required value for option '-v' was not provided.");
.Be(string.Format(LocalizableStrings.OptionRequiresSingleValueWhichIsMissing, "-v"));
}
}
}