Skip to content

Commit 932367e

Browse files
committed
Rename test files: it no longer only concerns required attributes, but more generally request behaviour
1 parent 2ff06fc commit 932367e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace OpenApiClientTests.SchemaProperties.NullableReferenceTypesDisabled;
1212

13-
public sealed class RequiredAttributesTests
13+
public sealed class RequestTests
1414
{
1515
private const string ChickenUrl = "http://localhost/chickens";
1616

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace OpenApiClientTests.SchemaProperties.NullableReferenceTypesEnabled;
1212

13-
public sealed class RequiredAttributesTests
13+
public sealed class RequestTests
1414
{
1515
private const string CowUrl = "http://localhost/cows";
1616

0 commit comments

Comments
 (0)