Skip to content

Commit d0fea6e

Browse files
committed
Test dependency updates - MSTest.TestAdapter/MSTest.TestFramework (3.4.3 -> 3.8.0)
1 parent 5ab1724 commit d0fea6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

QueryDB.Core.Tests/TestBase.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System;
1+
using System;
32
using System.Configuration;
43
using System.Globalization;
54
using System.IO;
@@ -8,7 +7,6 @@ namespace QueryDB.Core.Tests
87
{
98
public class TestBase
109
{
11-
private readonly string _useDocker = ConfigurationManager.AppSettings["UseDocker"];
1210
protected readonly string MSSQLConnectionString = ConfigurationManager.AppSettings["MSSQLConnection"];
1311
protected readonly string MySQLConnectionString = ConfigurationManager.AppSettings["MySQLConnection"];
1412
protected readonly string OracleConnectionString = ConfigurationManager.AppSettings["OracleConnection"];

0 commit comments

Comments
 (0)