We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff06fc commit 932367eCopy full SHA for 932367e
test/OpenApiClientTests/SchemaProperties/NullableReferenceTypesDisabled/RequiredAttributesTests.cs renamed to test/OpenApiClientTests/SchemaProperties/NullableReferenceTypesDisabled/RequestTests.cs
@@ -10,7 +10,7 @@
10
11
namespace OpenApiClientTests.SchemaProperties.NullableReferenceTypesDisabled;
12
13
-public sealed class RequiredAttributesTests
+public sealed class RequestTests
14
{
15
private const string ChickenUrl = "http://localhost/chickens";
16
test/OpenApiClientTests/SchemaProperties/NullableReferenceTypesEnabled/RequiredAttributesTests.cs renamed to test/OpenApiClientTests/SchemaProperties/NullableReferenceTypesEnabled/RequestTests.cs
namespace OpenApiClientTests.SchemaProperties.NullableReferenceTypesEnabled;
private const string CowUrl = "http://localhost/cows";
0 commit comments