Update unit tests to fix failures from autocomplete refactoring

This commit is contained in:
Karl Burtram
2016-08-31 12:25:07 -07:00
parent 99ab6406d2
commit f88619c09e
3 changed files with 89 additions and 79 deletions

View File

@@ -103,8 +103,9 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
/// <summary>
/// Add a default constructor for testing
/// </summary>
public ScriptFile()
internal ScriptFile()
{
ClientFilePath = "test.sql";
}
/// <summary>