From fdc056cebe69a1883b28d98d3a23064142364128 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 17 May 2019 15:12:24 -0700 Subject: [PATCH] Fixup --- src/Mvc/Mvc.NewtonsoftJson/test/BsonTempDataSerializerTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mvc/Mvc.NewtonsoftJson/test/BsonTempDataSerializerTest.cs b/src/Mvc/Mvc.NewtonsoftJson/test/BsonTempDataSerializerTest.cs index bae4f65fd7..5bfe813d19 100644 --- a/src/Mvc/Mvc.NewtonsoftJson/test/BsonTempDataSerializerTest.cs +++ b/src/Mvc/Mvc.NewtonsoftJson/test/BsonTempDataSerializerTest.cs @@ -238,7 +238,6 @@ namespace Microsoft.AspNetCore.Mvc.NewtonsoftJson [Fact] public void RoundTripTest_ListOfDateTime() { - // Documents the behavior of round-tripping a Guid value as a string // Arrange var key = "test-key"; var dateTime = new DateTime(2007, 1, 1);