Skip to content

Commit ef39275

Browse files
committed
Rename SqlBufferTests to align with standard
1 parent 7045eea commit ef39275

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlBufferTests.cs renamed to src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlBufferTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.Data.SqlClient.UnitTests
1616
/// Several methods in this class are internal. This is because their parameters are of SqlBuffer.StorageType,
1717
/// which is non-public.
1818
/// </remarks>
19-
public sealed class SqlBufferTests
19+
public sealed class SqlBufferTest
2020
{
2121
private readonly SqlBuffer _target = new();
2222

0 commit comments

Comments
 (0)