mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -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");
|
Assert.Equal(TestLocalizationConstant, "prueba");
|
||||||
|
|
||||||
// Reset the locale
|
// Reset the locale
|
||||||
locale = "en";
|
SrStringsTestWithEnLocalization();
|
||||||
args = new string[] { "--locale " + locale };
|
|
||||||
options = new CommandOptions(args);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|||||||
Reference in New Issue
Block a user