mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Removing unused constants (#299)
* removing unused constants * updating test strings * adding edit data string * fixing tests
This commit is contained in:
@@ -72,7 +72,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Utility
|
||||
Assert.NotNull(ServiceLayerSr.EE_ScriptError_ParsingSyntax);
|
||||
Assert.NotNull(ServiceLayerSr.EE_ScriptError_Warning);
|
||||
Assert.NotNull(ServiceLayerSr.ErrorEmptyStringReplacement);
|
||||
Assert.NotNull(ServiceLayerSr.ErrorUnexpectedCodeObjectType);
|
||||
Assert.Null(ServiceLayerSr.HostingHeaderMissingColon);
|
||||
Assert.Null(ServiceLayerSr.HostingHeaderMissingContentLengthHeader);
|
||||
Assert.Null(ServiceLayerSr.HostingHeaderMissingContentLengthValue);
|
||||
|
||||
Reference in New Issue
Block a user