diff --git a/src/AspNetMartenHtmxVsa.IntegrationTests/AspNetMartenHtmxVsa.IntegrationTests.csproj b/src/AspNetMartenHtmxVsa.IntegrationTests/AspNetMartenHtmxVsa.IntegrationTests.csproj
index 0533d0e..d969fda 100644
--- a/src/AspNetMartenHtmxVsa.IntegrationTests/AspNetMartenHtmxVsa.IntegrationTests.csproj
+++ b/src/AspNetMartenHtmxVsa.IntegrationTests/AspNetMartenHtmxVsa.IntegrationTests.csproj
@@ -9,7 +9,6 @@
12
- AspNetMartenHtmxVsa.Tests
diff --git a/src/AspNetMartenHtmxVsa.IntegrationTests/IntegrationTestHost/IntegrationTestHost.cs b/src/AspNetMartenHtmxVsa.IntegrationTests/IntegrationTestHost/IntegrationTestHost.cs
index 41b0963..f739ded 100644
--- a/src/AspNetMartenHtmxVsa.IntegrationTests/IntegrationTestHost/IntegrationTestHost.cs
+++ b/src/AspNetMartenHtmxVsa.IntegrationTests/IntegrationTestHost/IntegrationTestHost.cs
@@ -1,9 +1,9 @@
using Alba;
-using AspNetMartenHtmxVsa.Tests.TestSetup;
+using AspNetMartenHtmxVsa.IntegrationTests.TestSetup;
using Microsoft.Extensions.Configuration;
using Xunit.Abstractions;
-namespace AspNetMartenHtmxVsa.Tests.IntegrationTestHost;
+namespace AspNetMartenHtmxVsa.IntegrationTests.IntegrationTestHost;
public class TestConfiguration : Dictionary
{
diff --git a/src/AspNetMartenHtmxVsa.IntegrationTests/TestSetup/TestEventStore.cs b/src/AspNetMartenHtmxVsa.IntegrationTests/TestSetup/TestEventStore.cs
index d1f5219..19937b2 100644
--- a/src/AspNetMartenHtmxVsa.IntegrationTests/TestSetup/TestEventStore.cs
+++ b/src/AspNetMartenHtmxVsa.IntegrationTests/TestSetup/TestEventStore.cs
@@ -2,7 +2,7 @@
using Marten;
using Npgsql;
-namespace AspNetMartenHtmxVsa.Tests.TestSetup;
+namespace AspNetMartenHtmxVsa.IntegrationTests.TestSetup;
public class PostgresAdministration
{
diff --git a/src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs b/src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs
index 1c06364..8d2c335 100644
--- a/src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs
+++ b/src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs
@@ -1,4 +1,4 @@
-namespace AspNetMartenHtmxVsa.Tests;
+namespace AspNetMartenHtmxVsa.IntegrationTests;
public class UnitTest1
{