From 51892519efb6cf6e6a84a8fc32e4b3a90626e405 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Tue, 7 Feb 2023 16:18:57 -0800 Subject: [PATCH] Remove unneccessary nullable directive (#1848) --- .../QueryExecutionTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/QueryExecutionTests.cs b/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/QueryExecutionTests.cs index 61b6a621..7c3cce10 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/QueryExecutionTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/QueryExecutionTests.cs @@ -3,8 +3,6 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. // -#nullable disable - namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Tests { public class QueryExecutionTests