We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7045eea commit ef39275Copy full SHA for ef39275
src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlBufferTests.cs renamed to src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlBufferTest.cs
@@ -16,7 +16,7 @@ namespace Microsoft.Data.SqlClient.UnitTests
16
/// Several methods in this class are internal. This is because their parameters are of SqlBuffer.StorageType,
17
/// which is non-public.
18
/// </remarks>
19
- public sealed class SqlBufferTests
+ public sealed class SqlBufferTest
20
{
21
private readonly SqlBuffer _target = new();
22
0 commit comments