Skip to content

Commit 677bcd7

Browse files
committed
remove unneccessary "using" directives in mssql integration test classes.
1 parent e673151 commit 677bcd7

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Cosmos.GraphQL.Service/Cosmos.GraphQL.Service.Tests/SqlTests/SqlQueryTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
31
using System.Data.Common;
4-
using System.IO;
5-
using System.Linq;
6-
using System.Text;
72
using System.Text.Json;
8-
using System.Text.RegularExpressions;
93
using System.Threading.Tasks;
104
using Microsoft.VisualStudio.TestTools.UnitTesting;
115

Cosmos.GraphQL.Service/Cosmos.GraphQL.Service.Tests/SqlTests/SqlTestHelper.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using Cosmos.GraphQL.Service.Models;
22
using Newtonsoft.Json;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
83

94
namespace Cosmos.GraphQL.Service.Tests.Sql
105
{

0 commit comments

Comments
 (0)