Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <brunolins16@users.noreply.github.com>2022-09-16 02:14:10 +0300
committerGitHub <noreply@github.com>2022-09-16 02:14:10 +0300
commit1c79da33574c0873f0d932ee7de2c11dfee14292 (patch)
tree4b4827025708a4bd9b39635d4f456895d01ff511
parent7963b832fbdbcc7334682eed5fa341f8e227cfc9 (diff)
-rw-r--r--src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs b/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs
index 98a8421538..399f902043 100644
--- a/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs
+++ b/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs
@@ -5,6 +5,7 @@ using BasicTestApp;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
+using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging.Testing;
using OpenQA.Selenium;