Skip to content

Commit 68ea39f

Browse files
committed
Change GetReturnSchema_TaskNullableCustomType test from Theory to Fact for improved clarity
1 parent da5e16e commit 68ea39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReflectorNet.Tests/SchemaTests/ReturnSchemaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public void GetReturnSchema_TaskNullablePrimitive_UnwrapsWithoutRequired(string
254254
AssertAllRefsDefined(schema!);
255255
}
256256

257-
[Theory]
257+
[Fact]
258258
public void GetReturnSchema_TaskNullableCustomType_UnwrapsToCustomTypeSchemaWithoutRequired()
259259
{
260260
var schema = GetReturnSchemaForMethod(nameof(TaskNullableCustomTypeMethod));

0 commit comments

Comments
 (0)