From efaa207710ae61a656c5eb7c700b893f90eab80c Mon Sep 17 00:00:00 2001 From: Garrett DeBruin Date: Mon, 7 Mar 2022 10:50:55 -0800 Subject: [PATCH] fixed namespaces --- .../Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs index 56a93a366b..67f98aefb5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs @@ -9,6 +9,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net.Http; @@ -33,8 +34,8 @@ #else using System; using System.Collections.Generic; -using System.Diagnostics; using System.ComponentModel; +using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net.Http;