mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-03-12 12:01:38 -04:00
Stub files for tests for query execution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.Test.QueryExecution
|
||||
{
|
||||
public class SubsetTests
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user