Skip to content

Commit fba0039

Browse files
authored
Update TypedResultsTests.cs
1 parent 205c6c6 commit fba0039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Http.Results/test/TypedResultsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,6 @@ public void UnprocessableEntity_ResultHasCorrectValues()
12751275
Assert.Equal(StatusCodes.Status422UnprocessableEntity, result.StatusCode);
12761276
}
12771277

1278-
12791278
[JsonSerializable(typeof(object))]
12801279
private partial class ObjectJsonContext : JsonSerializerContext
12811280
{ }

0 commit comments

Comments
 (0)