Fixup
This commit is contained in:
parent
6c5274a09f
commit
fdc056cebe
|
|
@ -238,7 +238,6 @@ namespace Microsoft.AspNetCore.Mvc.NewtonsoftJson
|
||||||
[Fact]
|
[Fact]
|
||||||
public void RoundTripTest_ListOfDateTime()
|
public void RoundTripTest_ListOfDateTime()
|
||||||
{
|
{
|
||||||
// Documents the behavior of round-tripping a Guid value as a string
|
|
||||||
// Arrange
|
// Arrange
|
||||||
var key = "test-key";
|
var key = "test-key";
|
||||||
var dateTime = new DateTime(2007, 1, 1);
|
var dateTime = new DateTime(2007, 1, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue