aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests/FrontEndTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline.Tests/IntegratedTests/FrontEndTest.cs')
-rw-r--r--Timeline.Tests/IntegratedTests/FrontEndTest.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline.Tests/IntegratedTests/FrontEndTest.cs b/Timeline.Tests/IntegratedTests/FrontEndTest.cs
index a00d41b1..39a6e545 100644
--- a/Timeline.Tests/IntegratedTests/FrontEndTest.cs
+++ b/Timeline.Tests/IntegratedTests/FrontEndTest.cs
@@ -1,5 +1,4 @@
using FluentAssertions;
-using Microsoft.AspNetCore.Mvc.Testing;
using System.Net.Mime;
using System.Threading.Tasks;
using Timeline.Tests.Helpers;
@@ -9,10 +8,6 @@ namespace Timeline.Tests.IntegratedTests
{
public class FrontEndTest : IntegratedTestBase
{
- public FrontEndTest(WebApplicationFactory<Startup> factory) : base(factory)
- {
- }
-
[Fact]
public async Task Index()
{