Removing hardcoded constant (#326)

This commit is contained in:
Raymond Martin
2017-04-20 19:05:32 -07:00
committed by GitHub
parent 809254d2e2
commit 8206c70994
2 changed files with 3 additions and 5 deletions

View File

@@ -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]