mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 01:25:41 -05:00
Removing hardcoded constant (#326)
This commit is contained in:
@@ -234,9 +234,7 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.ServiceHost
|
||||
Assert.Equal(TestLocalizationConstant, "prueba");
|
||||
|
||||
// Reset the locale
|
||||
locale = "en";
|
||||
args = new string[] { "--locale " + locale };
|
||||
options = new CommandOptions(args);
|
||||
SrStringsTestWithEnLocalization();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user