From b016764f26d3a7264b35daf62e8e946bb1483c5e Mon Sep 17 00:00:00 2001 From: ajcvickers Date: Wed, 11 Mar 2015 13:47:33 -0700 Subject: [PATCH] Went a bit too far. :-) --- .../MigrationsEndPointMiddlewareTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/MigrationsEndPointMiddlewareTest.cs b/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/MigrationsEndPointMiddlewareTest.cs index 8727f9aa6d..b752193356 100644 --- a/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/MigrationsEndPointMiddlewareTest.cs +++ b/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/MigrationsEndPointMiddlewareTest.cs @@ -17,7 +17,6 @@ using Microsoft.Data.Entity.Relational.Migrations.History; using Microsoft.Framework.DependencyInjection; using Xunit; using Microsoft.AspNet.Diagnostics.Entity.Tests.Helpers; -using Microsoft.Data.Entity.Infrastructure; namespace Microsoft.AspNet.Diagnostics.Entity.Tests {