mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
New test common project for database connections using the settings.json (#210)
* moved test driver tests and test common classes to separate projects
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.ServiceHost
|
||||
public class ServiceHostTests
|
||||
{
|
||||
[Fact]
|
||||
public async void InitializeResultShouldIncludeTheCharactersThatWouldTriggerTheCompletion()
|
||||
public async Task InitializeResultShouldIncludeTheCharactersThatWouldTriggerTheCompletion()
|
||||
{
|
||||
Hosting.ServiceHost host = Hosting.ServiceHost.Instance;
|
||||
var requesContext = new Mock<RequestContext<InitializeResult>>();
|
||||
|
||||
Reference in New Issue
Block a user