Make dotnet.Tests pass on localized setup
This commit is contained in:
parent
a2a33591ce
commit
f09124fcd6
6 changed files with 12 additions and 20 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue