Skip to content

Commit f3cf6e6

Browse files
committed
Move SqlVectorTest, adjust namespace
1 parent 257e326 commit f3cf6e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlTypes/SqlJsonTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
using System;
88
using System.Data.SqlTypes;
99
using System.Text.Json;
10-
using Microsoft.Data.SqlTypes;
1110
using Xunit;
1211

13-
namespace Microsoft.Data.SqlClient.UnitTests;
12+
namespace Microsoft.Data.SqlTypes.UnitTests;
1413

1514
public class SqlJsonTest
1615
{

src/Microsoft.Data.SqlClient/tests/UnitTests/SqlVectorTest.cs renamed to src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlTypes/SqlVectorTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
// See the LICENSE file in the project root for more information.
55

66
using System;
7-
using Microsoft.Data.SqlTypes;
7+
using Microsoft.Data.SqlClient;
88
using Xunit;
99

1010
#nullable enable
1111

12-
namespace Microsoft.Data.SqlClient.Tests;
12+
namespace Microsoft.Data.SqlTypes.UnitTests;
1313

1414
public class SqlVectorTest
1515
{

0 commit comments

Comments
 (0)